Html Css Color HEX #D74137 Cinnabar

📋 copy color: '#D74137'

red 215 ◦ green 65 ◦ blue 55

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

Shades of Cinnabar #D74137

Tints of Cinnabar #D74137

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.4%

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

R = 64.18%
G = 19.4%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D74137 (or 0xD74137) is known color: Cinnabar. HEX triplet: D7, 41 and 37. RGB value is (215,65,55). Sum of RGB (Red+Green+Blue) = 215+65+55=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D74137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74137 is #28BEC8. Grayscale: #6C6C6C. Windows color (decimal): -2670281 or 3621335. OLE color: 3621335.

HSL color Cylindrical-coordinate representation of color #D74137: hue angle of 3.75º 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 #D74137 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 65 55 -
CMYK 0 0.70 0.74 0.16
HSL 3.75º 0.67% 0.53% -
HSV(B) 3.75º 0.74% 0.84% -
XYZ 30.6 18.5 5.57 -
YUV 108.71 97.7 203.81 -
System Red Green Blue C M Y K H S L
Decimal 215 65 55 0 0.70 0.74 0.16 3.75 0.67 0.53
Hex D7 41 37 0 46 4A 10 4 43 35
Octal 327 101 67 0 106 112 20 4 103 65
Binary 11010111 1000001 110111 0 1000110 1001010 10000 100 1000011 110101

Color Harmonies of #D74137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74137

Black with #D74137

Text Example


Text Example

White with #D74137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74137; }

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

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

background-color css

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

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

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

border-color css

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

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

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