Html Css Color HEX #D94333 Cinnabar

📋 copy color: '#D94333'

red 217 ◦ green 67 ◦ blue 51

#D94333
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #D94333

Tints of Cinnabar #D94333

RGB

 RED value IS 217 (85.16% from 255) = 64.78%

 GREEN value IS 67 (26.56% from 255) = 20%

 BLUE value IS 51 (20.31% from 255) = 15.22%

R = 64.78%
G = 20%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D94333 (or 0xD94333) is known color: Cinnabar. HEX triplet: D9, 43 and 33. RGB value is (217,67,51). Sum of RGB (Red+Green+Blue) = 217+67+51=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 51 (20.31% from 255 or 15.22% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D94333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94333 is #26BCCC. Grayscale: #6E6E6E. Windows color (decimal): -2538701 or 3359705. OLE color: 3359705.

HSL color Cylindrical-coordinate representation of color #D94333: hue angle of 5.78º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D94333 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 67 51 -
CMYK 0 0.69 0.76 0.15
HSL 5.78º 0.69% 0.53% -
HSV(B) 5.78º 0.76% 0.85% -
XYZ 31.22 19.01 5.15 -
YUV 110.03 94.7 204.3 -
System Red Green Blue C M Y K H S L
Decimal 217 67 51 0 0.69 0.76 0.15 5.78 0.69 0.53
Hex D9 43 33 0 45 4C F 6 45 35
Octal 331 103 63 0 105 114 17 6 105 65
Binary 11011001 1000011 110011 0 1000101 1001100 1111 110 1000101 110101

Color Harmonies of #D94333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94333

Black with #D94333

Text Example


Text Example

White with #D94333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94333; }

 p { color: rgb(217,67,51); }

 H1.HeaderClassName
 {
   color: #D94333;
 }
 .AnyTagClassName
 {
   color: #D94333;
 }
</style>

background-color css

<style>
 a { background-color: #D94333; }

 a { background-color: rgb(217,67,51); }

 div.DivClassName
 {
   background-color: #D94333;
 }
 .BgClassName
 {
   background-color: #D94333;
 }
</style>

border-color css

<style>
 span { border-color: #D94333; }

 span { border-color: rgb(217,67,51); }

 td.TdClassName
 {
   border-color: #D94333;
 }
 .TagClassName
 {
   border-color: #D94333;
 }
</style>