Html Css Color HEX #D74237 Cinnabar

📋 copy color: '#D74237'

red 215 ◦ green 66 ◦ blue 55

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

Shades of Cinnabar #D74237

Tints of Cinnabar #D74237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.37%

R = 63.99%
G = 19.64%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D74237 (or 0xD74237) is known color: Cinnabar. HEX triplet: D7, 42 and 37. RGB value is (215,66,55). Sum of RGB (Red+Green+Blue) = 215+66+55=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 55 (21.88% from 255 or 16.37% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D74237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74237 is #28BDC8. Grayscale: #6D6D6D. Windows color (decimal): -2670025 or 3621591. OLE color: 3621591.

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

Color convert

RGB 215 66 55 -
CMYK 0 0.69 0.74 0.16
HSL 4.13º 0.67% 0.53% -
HSV(B) 4.13º 0.74% 0.84% -
XYZ 30.66 18.62 5.59 -
YUV 109.3 97.36 203.39 -
System Red Green Blue C M Y K H S L
Decimal 215 66 55 0 0.69 0.74 0.16 4.13 0.67 0.53
Hex D7 42 37 0 45 4A 10 4 43 35
Octal 327 102 67 0 105 112 20 4 103 65
Binary 11010111 1000010 110111 0 1000101 1001010 10000 100 1000011 110101

Color Harmonies of #D74237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74237

Black with #D74237

Text Example


Text Example

White with #D74237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74237; }

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

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

background-color css

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

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

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

border-color css

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

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

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