Html Css Color HEX #D74342 Cinnabar

📋 copy color: '#D74342'

red 215 ◦ green 67 ◦ blue 66

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

Shades of Cinnabar #D74342

Tints of Cinnabar #D74342

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.25%

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

R = 61.78%
G = 19.25%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D74342 (or 0xD74342) is known color: Cinnabar. HEX triplet: D7, 43 and 42. RGB value is (215,67,66). Sum of RGB (Red+Green+Blue) = 215+67+66=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D74342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74342 is #28BCBD. Grayscale: #6F6F6F. Windows color (decimal): -2669758 or 4342743. OLE color: 4342743.

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

Color convert

RGB 215 67 66 -
CMYK 0 0.69 0.69 0.16
HSL 0.4º 0.65% 0.55% -
HSV(B) 0.4º 0.69% 0.84% -
XYZ 31.01 18.85 7.16 -
YUV 111.14 102.53 202.08 -
System Red Green Blue C M Y K H S L
Decimal 215 67 66 0 0.69 0.69 0.16 0.4 0.65 0.55
Hex D7 43 42 0 45 45 10 0 41 37
Octal 327 103 102 0 105 105 20 0 101 67
Binary 11010111 1000011 1000010 0 1000101 1000101 10000 0 1000001 110111

Color Harmonies of #D74342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74342

Black with #D74342

Text Example


Text Example

White with #D74342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74342; }

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

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

background-color css

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

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

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

border-color css

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

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

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