Html Css Color HEX #D74240 Cinnabar

📋 copy color: '#D74240'

red 215 ◦ green 66 ◦ blue 64

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

Shades of Cinnabar #D74240

Tints of Cinnabar #D74240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.55%

R = 62.32%
G = 19.13%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D74240 (or 0xD74240) is known color: Cinnabar. HEX triplet: D7, 42 and 40. RGB value is (215,66,64). Sum of RGB (Red+Green+Blue) = 215+66+64=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D74240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74240 is #28BDBF. Grayscale: #6E6E6E. Windows color (decimal): -2670016 or 4211415. OLE color: 4211415.

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

Color convert

RGB 215 66 64 -
CMYK 0 0.69 0.70 0.16
HSL 0.79º 0.65% 0.55% -
HSV(B) 0.79º 0.7% 0.84% -
XYZ 30.9 18.71 6.83 -
YUV 110.32 101.86 202.66 -
System Red Green Blue C M Y K H S L
Decimal 215 66 64 0 0.69 0.70 0.16 0.79 0.65 0.55
Hex D7 42 40 0 45 46 10 1 41 37
Octal 327 102 100 0 105 106 20 1 101 67
Binary 11010111 1000010 1000000 0 1000101 1000110 10000 1 1000001 110111

Color Harmonies of #D74240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74240

Black with #D74240

Text Example


Text Example

White with #D74240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74240; }

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

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

background-color css

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

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

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

border-color css

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

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

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