Html Css Color HEX #D74A3C Cinnabar

📋 copy color: '#D74A3C'

red 215 ◦ green 74 ◦ blue 60

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

Shades of Cinnabar #D74A3C

Tints of Cinnabar #D74A3C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.2%

 BLUE value IS 60 (23.83% from 255) = 17.19%

R = 61.6%
G = 21.2%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D74A3C (or 0xD74A3C) is known color: Cinnabar. HEX triplet: D7, 4A and 3C. RGB value is (215,74,60). Sum of RGB (Red+Green+Blue) = 215+74+60=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74A3C is #28B5C3. Grayscale: #727272. Windows color (decimal): -2667972 or 3951319. OLE color: 3951319.

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

Color convert

RGB 215 74 60 -
CMYK 0 0.66 0.72 0.16
HSL 5.42º 0.66% 0.54% -
HSV(B) 5.42º 0.72% 0.84% -
XYZ 31.29 19.67 6.42 -
YUV 114.56 97.21 199.64 -
System Red Green Blue C M Y K H S L
Decimal 215 74 60 0 0.66 0.72 0.16 5.42 0.66 0.54
Hex D7 4A 3C 0 42 48 10 5 42 36
Octal 327 112 74 0 102 110 20 5 102 66
Binary 11010111 1001010 111100 0 1000010 1001000 10000 101 1000010 110110

Color Harmonies of #D74A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74A3C

Black with #D74A3C

Text Example


Text Example

White with #D74A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74A3C; }

 p { color: rgb(215,74,60); }

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

background-color css

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

 a { background-color: rgb(215,74,60); }

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

border-color css

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

 span { border-color: rgb(215,74,60); }

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