Html Css Color HEX #D94A26 Cinnabar

📋 copy color: '#D94A26'

red 217 ◦ green 74 ◦ blue 38

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

Shades of Cinnabar #D94A26

Tints of Cinnabar #D94A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.55%

R = 65.96%
G = 22.49%
B = 11.55%

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

#D94A26 (or 0xD94A26) is known color: Cinnabar. HEX triplet: D9, 4A and 26. RGB value is (217,74,38). Sum of RGB (Red+Green+Blue) = 217+74+38=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94A26 is #26B5D9. Grayscale: #707070. Windows color (decimal): -2536922 or 2509529. OLE color: 2509529.

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

Color convert

RGB 217 74 38 -
CMYK 0 0.66 0.82 0.15
HSL 12.07º 0.7% 0.5% -
HSV(B) 12.07º 0.82% 0.85% -
XYZ 31.41 19.79 4 -
YUV 112.65 85.88 202.43 -
System Red Green Blue C M Y K H S L
Decimal 217 74 38 0 0.66 0.82 0.15 12.07 0.7 0.5
Hex D9 4A 26 0 42 52 F C 46 32
Octal 331 112 46 0 102 122 17 14 106 62
Binary 11011001 1001010 100110 0 1000010 1010010 1111 1100 1000110 110010

Color Harmonies of #D94A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94A26

Black with #D94A26

Text Example


Text Example

White with #D94A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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