Html Css Color HEX #D74D3C Cinnabar

📋 copy color: '#D74D3C'

red 215 ◦ green 77 ◦ blue 60

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

Shades of Cinnabar #D74D3C

Tints of Cinnabar #D74D3C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.88%

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

R = 61.08%
G = 21.88%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D74D3C (or 0xD74D3C) is known color: Cinnabar. HEX triplet: D7, 4D and 3C. RGB value is (215,77,60). Sum of RGB (Red+Green+Blue) = 215+77+60=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74D3C is #28B2C3. Grayscale: #747474. Windows color (decimal): -2667204 or 3952087. OLE color: 3952087.

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

Color convert

RGB 215 77 60 -
CMYK 0 0.64 0.72 0.16
HSL 6.58º 0.66% 0.54% -
HSV(B) 6.58º 0.72% 0.84% -
XYZ 31.49 20.08 6.49 -
YUV 116.32 96.22 198.38 -
System Red Green Blue C M Y K H S L
Decimal 215 77 60 0 0.64 0.72 0.16 6.58 0.66 0.54
Hex D7 4D 3C 0 40 48 10 7 42 36
Octal 327 115 74 0 100 110 20 7 102 66
Binary 11010111 1001101 111100 0 1000000 1001000 10000 111 1000010 110110

Color Harmonies of #D74D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D3C

Black with #D74D3C

Text Example


Text Example

White with #D74D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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