Html Css Color HEX #D74742 Cinnabar

📋 copy color: '#D74742'

red 215 ◦ green 71 ◦ blue 66

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

Shades of Cinnabar #D74742

Tints of Cinnabar #D74742

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.17%

 BLUE value IS 66 (26.17% from 255) = 18.75%

R = 61.08%
G = 20.17%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D74742 (or 0xD74742) is known color: Cinnabar. HEX triplet: D7, 47 and 42. RGB value is (215,71,66). Sum of RGB (Red+Green+Blue) = 215+71+66=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D74742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74742 is #28B8BD. Grayscale: #717171. Windows color (decimal): -2668734 or 4343767. OLE color: 4343767.

HSL color Cylindrical-coordinate representation of color #D74742: hue angle of 2.01º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D74742 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 71 66 -
CMYK 0 0.67 0.69 0.16
HSL 2.01º 0.65% 0.55% -
HSV(B) 2.01º 0.69% 0.84% -
XYZ 31.26 19.35 7.24 -
YUV 113.49 101.21 200.41 -
System Red Green Blue C M Y K H S L
Decimal 215 71 66 0 0.67 0.69 0.16 2.01 0.65 0.55
Hex D7 47 42 0 43 45 10 2 41 37
Octal 327 107 102 0 103 105 20 2 101 67
Binary 11010111 1000111 1000010 0 1000011 1000101 10000 10 1000001 110111

Color Harmonies of #D74742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74742

Black with #D74742

Text Example


Text Example

White with #D74742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74742; }

 p { color: rgb(215,71,66); }

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

background-color css

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

 a { background-color: rgb(215,71,66); }

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

border-color css

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

 span { border-color: rgb(215,71,66); }

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