Html Css Color HEX #D74140 Cinnabar

📋 copy color: '#D74140'

red 215 ◦ green 65 ◦ blue 64

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

Shades of Cinnabar #D74140

Tints of Cinnabar #D74140

RGB

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

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

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

R = 62.5%
G = 18.9%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D74140 (or 0xD74140) is known color: Cinnabar. HEX triplet: D7, 41 and 40. RGB value is (215,65,64). Sum of RGB (Red+Green+Blue) = 215+65+64=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D74140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74140 is #28BEBF. Grayscale: #6D6D6D. Windows color (decimal): -2670272 or 4211159. OLE color: 4211159.

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

Color convert

RGB 215 65 64 -
CMYK 0 0.70 0.70 0.16
HSL 0.4º 0.65% 0.55% -
HSV(B) 0.4º 0.7% 0.84% -
XYZ 30.84 18.6 6.81 -
YUV 109.74 102.2 203.08 -
System Red Green Blue C M Y K H S L
Decimal 215 65 64 0 0.70 0.70 0.16 0.4 0.65 0.55
Hex D7 41 40 0 46 46 10 0 41 37
Octal 327 101 100 0 106 106 20 0 101 67
Binary 11010111 1000001 1000000 0 1000110 1000110 10000 0 1000001 110111

Color Harmonies of #D74140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74140

Black with #D74140

Text Example


Text Example

White with #D74140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74140; }

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

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

background-color css

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

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

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

border-color css

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

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

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