Html Css Color HEX #D94A28 Cinnabar

📋 copy color: '#D94A28'

red 217 ◦ green 74 ◦ blue 40

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

Shades of Cinnabar #D94A28

Tints of Cinnabar #D94A28

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.36%

 BLUE value IS 40 (16.02% from 255) = 12.08%

R = 65.56%
G = 22.36%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D94A28 (or 0xD94A28) is known color: Cinnabar. HEX triplet: D9, 4A and 28. RGB value is (217,74,40). Sum of RGB (Red+Green+Blue) = 217+74+40=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94A28 is #26B5D7. Grayscale: #717171. Windows color (decimal): -2536920 or 2640601. OLE color: 2640601.

HSL color Cylindrical-coordinate representation of color #D94A28: hue angle of 11.53º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D94A28 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 74 40 -
CMYK 0 0.66 0.82 0.15
HSL 11.53º 0.7% 0.5% -
HSV(B) 11.53º 0.82% 0.85% -
XYZ 31.45 19.8 4.17 -
YUV 112.88 86.88 202.26 -
System Red Green Blue C M Y K H S L
Decimal 217 74 40 0 0.66 0.82 0.15 11.53 0.7 0.5
Hex D9 4A 28 0 42 52 F C 46 32
Octal 331 112 50 0 102 122 17 14 106 62
Binary 11011001 1001010 101000 0 1000010 1010010 1111 1100 1000110 110010

Color Harmonies of #D94A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94A28

Black with #D94A28

Text Example


Text Example

White with #D94A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94A28; }

 p { color: rgb(217,74,40); }

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

background-color css

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

 a { background-color: rgb(217,74,40); }

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

border-color css

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

 span { border-color: rgb(217,74,40); }

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