Html Css Color HEX #D94343 Cinnabar

📋 copy color: '#D94343'

red 217 ◦ green 67 ◦ blue 67

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

Shades of Cinnabar #D94343

Tints of Cinnabar #D94343

RGB

 RED value IS 217 (85.16% from 255) = 61.82%

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

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

R = 61.82%
G = 19.09%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D94343 (or 0xD94343) is known color: Cinnabar. HEX triplet: D9, 43 and 43. RGB value is (217,67,67). Sum of RGB (Red+Green+Blue) = 217+67+67=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D94343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94343 is #26BCBC. Grayscale: #707070. Windows color (decimal): -2538685 or 4408281. OLE color: 4408281.

HSL color Cylindrical-coordinate representation of color #D94343: hue angle of 0º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D94343 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 67 67 -
CMYK 0 0.69 0.69 0.15
HSL 0.66% 0.56% -
HSV(B) 0.69% 0.85% -
XYZ 31.64 19.17 7.34 -
YUV 111.85 102.7 203 -
System Red Green Blue C M Y K H S L
Decimal 217 67 67 0 0.69 0.69 0.15 0 0.66 0.56
Hex D9 43 43 0 45 45 F 0 42 38
Octal 331 103 103 0 105 105 17 0 102 70
Binary 11011001 1000011 1000011 0 1000101 1000101 1111 0 1000010 111000

Color Harmonies of #D94343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94343

Black with #D94343

Text Example


Text Example

White with #D94343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94343; }

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

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

background-color css

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

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

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

border-color css

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

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

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