Html Css Color HEX #D74139 Cinnabar

📋 copy color: '#D74139'

red 215 ◦ green 65 ◦ blue 57

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

Shades of Cinnabar #D74139

Tints of Cinnabar #D74139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.91%

R = 63.8%
G = 19.29%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D74139 (or 0xD74139) is known color: Cinnabar. HEX triplet: D7, 41 and 39. RGB value is (215,65,57). Sum of RGB (Red+Green+Blue) = 215+65+57=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 57 (22.66% from 255 or 16.91% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D74139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74139 is #28BEC6. Grayscale: #6D6D6D. Windows color (decimal): -2670279 or 3752407. OLE color: 3752407.

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

Color convert

RGB 215 65 57 -
CMYK 0 0.70 0.73 0.16
HSL 3.04º 0.66% 0.53% -
HSV(B) 3.04º 0.73% 0.84% -
XYZ 30.65 18.52 5.83 -
YUV 108.94 98.7 203.65 -
System Red Green Blue C M Y K H S L
Decimal 215 65 57 0 0.70 0.73 0.16 3.04 0.66 0.53
Hex D7 41 39 0 46 49 10 3 42 35
Octal 327 101 71 0 106 111 20 3 102 65
Binary 11010111 1000001 111001 0 1000110 1001001 10000 11 1000010 110101

Color Harmonies of #D74139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74139

Black with #D74139

Text Example


Text Example

White with #D74139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74139; }

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

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

background-color css

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

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

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

border-color css

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

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

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