Html Css Color HEX #D94527 Cinnabar

📋 copy color: '#D94527'

red 217 ◦ green 69 ◦ blue 39

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

Shades of Cinnabar #D94527

Tints of Cinnabar #D94527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12%

R = 66.77%
G = 21.23%
B = 12%

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

#D94527 (or 0xD94527) is known color: Cinnabar. HEX triplet: D9, 45 and 27. RGB value is (217,69,39). Sum of RGB (Red+Green+Blue) = 217+69+39=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D94527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94527 is #26BAD8. Grayscale: #6E6E6E. Windows color (decimal): -2538201 or 2573785. OLE color: 2573785.

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

Color convert

RGB 217 69 39 -
CMYK 0 0.68 0.82 0.15
HSL 10.11º 0.7% 0.5% -
HSV(B) 10.11º 0.82% 0.85% -
XYZ 31.11 19.15 3.98 -
YUV 109.83 88.03 204.44 -
System Red Green Blue C M Y K H S L
Decimal 217 69 39 0 0.68 0.82 0.15 10.11 0.7 0.5
Hex D9 45 27 0 44 52 F A 46 32
Octal 331 105 47 0 104 122 17 12 106 62
Binary 11011001 1000101 100111 0 1000100 1010010 1111 1010 1000110 110010

Color Harmonies of #D94527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94527

Black with #D94527

Text Example


Text Example

White with #D94527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94527; }

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

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

background-color css

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

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

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

border-color css

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

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

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