Html Css Color HEX #D74C3C Cinnabar

📋 copy color: '#D74C3C'

red 215 ◦ green 76 ◦ blue 60

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

Shades of Cinnabar #D74C3C

Tints of Cinnabar #D74C3C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.65%

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

R = 61.25%
G = 21.65%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D74C3C (or 0xD74C3C) is known color: Cinnabar. HEX triplet: D7, 4C and 3C. RGB value is (215,76,60). Sum of RGB (Red+Green+Blue) = 215+76+60=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74C3C is #28B3C3. Grayscale: #737373. Windows color (decimal): -2667460 or 3951831. OLE color: 3951831.

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

Color convert

RGB 215 76 60 -
CMYK 0 0.65 0.72 0.16
HSL 6.19º 0.66% 0.54% -
HSV(B) 6.19º 0.72% 0.84% -
XYZ 31.42 19.94 6.47 -
YUV 115.74 96.55 198.8 -
System Red Green Blue C M Y K H S L
Decimal 215 76 60 0 0.65 0.72 0.16 6.19 0.66 0.54
Hex D7 4C 3C 0 41 48 10 6 42 36
Octal 327 114 74 0 101 110 20 6 102 66
Binary 11010111 1001100 111100 0 1000001 1001000 10000 110 1000010 110110

Color Harmonies of #D74C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C3C

Black with #D74C3C

Text Example


Text Example

White with #D74C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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