Html Css Color HEX #D74236 Cinnabar

📋 copy color: '#D74236'

red 215 ◦ green 66 ◦ blue 54

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

Shades of Cinnabar #D74236

Tints of Cinnabar #D74236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.12%

R = 64.18%
G = 19.7%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D74236 (or 0xD74236) is known color: Cinnabar. HEX triplet: D7, 42 and 36. RGB value is (215,66,54). Sum of RGB (Red+Green+Blue) = 215+66+54=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D74236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74236 is #28BDC9. Grayscale: #6D6D6D. Windows color (decimal): -2670026 or 3556055. OLE color: 3556055.

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

Color convert

RGB 215 66 54 -
CMYK 0 0.69 0.75 0.16
HSL 4.47º 0.67% 0.53% -
HSV(B) 4.47º 0.75% 0.84% -
XYZ 30.64 18.61 5.47 -
YUV 109.18 96.86 203.48 -
System Red Green Blue C M Y K H S L
Decimal 215 66 54 0 0.69 0.75 0.16 4.47 0.67 0.53
Hex D7 42 36 0 45 4B 10 4 43 35
Octal 327 102 66 0 105 113 20 4 103 65
Binary 11010111 1000010 110110 0 1000101 1001011 10000 100 1000011 110101

Color Harmonies of #D74236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74236

Black with #D74236

Text Example


Text Example

White with #D74236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74236; }

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

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

background-color css

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

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

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

border-color css

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

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

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