Html Css Color HEX #D74343 Cinnabar

📋 copy color: '#D74343'

red 215 ◦ green 67 ◦ blue 67

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

Shades of Cinnabar #D74343

Tints of Cinnabar #D74343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.2%

R = 61.6%
G = 19.2%
B = 19.2%

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

#D74343 (or 0xD74343) is known color: Cinnabar. HEX triplet: D7, 43 and 43. RGB value is (215,67,67). Sum of RGB (Red+Green+Blue) = 215+67+67=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D74343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74343 is #28BCBC. Grayscale: #6F6F6F. Windows color (decimal): -2669757 or 4408279. OLE color: 4408279.

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

Color convert

RGB 215 67 67 -
CMYK 0 0.69 0.69 0.16
HSL 0.65% 0.55% -
HSV(B) 0.69% 0.84% -
XYZ 31.04 18.87 7.32 -
YUV 111.25 103.03 202 -
System Red Green Blue C M Y K H S L
Decimal 215 67 67 0 0.69 0.69 0.16 0 0.65 0.55
Hex D7 43 43 0 45 45 10 0 41 37
Octal 327 103 103 0 105 105 20 0 101 67
Binary 11010111 1000011 1000011 0 1000101 1000101 10000 0 1000001 110111

Color Harmonies of #D74343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74343

Black with #D74343

Text Example


Text Example

White with #D74343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74343; }

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

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

background-color css

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

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

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

border-color css

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

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

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