Html Css Color HEX #D74227 Cinnabar

📋 copy color: '#D74227'

red 215 ◦ green 66 ◦ blue 39

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

Shades of Cinnabar #D74227

Tints of Cinnabar #D74227

RGB

 RED value IS 215 (84.38% from 255) = 67.19%

 GREEN value IS 66 (26.17% from 255) = 20.63%

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

R = 67.19%
G = 20.63%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D74227 (or 0xD74227) is known color: Cinnabar. HEX triplet: D7, 42 and 27. RGB value is (215,66,39). Sum of RGB (Red+Green+Blue) = 215+66+39=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 39 (15.62% from 255 or 12.19% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D74227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74227 is #28BDD8. Grayscale: #6B6B6B. Windows color (decimal): -2670041 or 2573015. OLE color: 2573015.

HSL color Cylindrical-coordinate representation of color #D74227: hue angle of 9.2º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D74227 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 66 39 -
CMYK 0 0.69 0.82 0.16
HSL 9.2º 0.69% 0.5% -
HSV(B) 9.2º 0.82% 0.84% -
XYZ 30.34 18.49 3.89 -
YUV 107.47 89.36 204.7 -
System Red Green Blue C M Y K H S L
Decimal 215 66 39 0 0.69 0.82 0.16 9.2 0.69 0.5
Hex D7 42 27 0 45 52 10 9 45 32
Octal 327 102 47 0 105 122 20 11 105 62
Binary 11010111 1000010 100111 0 1000101 1010010 10000 1001 1000101 110010

Color Harmonies of #D74227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74227

Black with #D74227

Text Example


Text Example

White with #D74227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74227; }

 p { color: rgb(215,66,39); }

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

background-color css

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

 a { background-color: rgb(215,66,39); }

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

border-color css

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

 span { border-color: rgb(215,66,39); }

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