Html Css Color HEX #D74642 Cinnabar

📋 copy color: '#D74642'

red 215 ◦ green 70 ◦ blue 66

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

Shades of Cinnabar #D74642

Tints of Cinnabar #D74642

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.94%

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

R = 61.25%
G = 19.94%
B = 18.8%

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

#D74642 (or 0xD74642) is known color: Cinnabar. HEX triplet: D7, 46 and 42. RGB value is (215,70,66). Sum of RGB (Red+Green+Blue) = 215+70+66=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D74642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74642 is #28B9BD. Grayscale: #717171. Windows color (decimal): -2668990 or 4343511. OLE color: 4343511.

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

Color convert

RGB 215 70 66 -
CMYK 0 0.67 0.69 0.16
HSL 1.61º 0.65% 0.55% -
HSV(B) 1.61º 0.69% 0.84% -
XYZ 31.2 19.22 7.22 -
YUV 112.9 101.54 200.83 -
System Red Green Blue C M Y K H S L
Decimal 215 70 66 0 0.67 0.69 0.16 1.61 0.65 0.55
Hex D7 46 42 0 43 45 10 2 41 37
Octal 327 106 102 0 103 105 20 2 101 67
Binary 11010111 1000110 1000010 0 1000011 1000101 10000 10 1000001 110111

Color Harmonies of #D74642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74642

Black with #D74642

Text Example


Text Example

White with #D74642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74642; }

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

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

background-color css

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

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

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

border-color css

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

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

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