Html Css Color HEX #D94526 Cinnabar

📋 copy color: '#D94526'

red 217 ◦ green 69 ◦ blue 38

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

Shades of Cinnabar #D94526

Tints of Cinnabar #D94526

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.3%

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

R = 66.98%
G = 21.3%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D94526 (or 0xD94526) is known color: Cinnabar. HEX triplet: D9, 45 and 26. RGB value is (217,69,38). Sum of RGB (Red+Green+Blue) = 217+69+38=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 38 (15.23% from 255 or 11.73% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D94526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94526 is #26BAD9. Grayscale: #6D6D6D. Windows color (decimal): -2538202 or 2508249. OLE color: 2508249.

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

Color convert

RGB 217 69 38 -
CMYK 0 0.68 0.82 0.15
HSL 10.39º 0.7% 0.5% -
HSV(B) 10.39º 0.82% 0.85% -
XYZ 31.09 19.15 3.89 -
YUV 109.72 87.53 204.52 -
System Red Green Blue C M Y K H S L
Decimal 217 69 38 0 0.68 0.82 0.15 10.39 0.7 0.5
Hex D9 45 26 0 44 52 F A 46 32
Octal 331 105 46 0 104 122 17 12 106 62
Binary 11011001 1000101 100110 0 1000100 1010010 1111 1010 1000110 110010

Color Harmonies of #D94526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94526

Black with #D94526

Text Example


Text Example

White with #D94526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94526; }

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

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

background-color css

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

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

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

border-color css

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

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

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