Html Css Color HEX #D94033 Cinnabar

📋 copy color: '#D94033'

red 217 ◦ green 64 ◦ blue 51

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

Shades of Cinnabar #D94033

Tints of Cinnabar #D94033

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.28%

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

R = 65.36%
G = 19.28%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D94033 (or 0xD94033) is known color: Cinnabar. HEX triplet: D9, 40 and 33. RGB value is (217,64,51). Sum of RGB (Red+Green+Blue) = 217+64+51=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D94033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94033 is #26BFCC. Grayscale: #6C6C6C. Windows color (decimal): -2539469 or 3358937. OLE color: 3358937.

HSL color Cylindrical-coordinate representation of color #D94033: hue angle of 4.7º 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 #D94033 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 64 51 -
CMYK 0 0.71 0.76 0.15
HSL 4.7º 0.69% 0.53% -
HSV(B) 4.7º 0.76% 0.85% -
XYZ 31.05 18.66 5.1 -
YUV 108.27 95.69 205.56 -
System Red Green Blue C M Y K H S L
Decimal 217 64 51 0 0.71 0.76 0.15 4.7 0.69 0.53
Hex D9 40 33 0 47 4C F 5 45 35
Octal 331 100 63 0 107 114 17 5 105 65
Binary 11011001 1000000 110011 0 1000111 1001100 1111 101 1000101 110101

Color Harmonies of #D94033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94033

Black with #D94033

Text Example


Text Example

White with #D94033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94033; }

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

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

background-color css

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

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

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

border-color css

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

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

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