Html Css Color HEX #D94543 Cinnabar

📋 copy color: '#D94543'

red 217 ◦ green 69 ◦ blue 67

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

Shades of Cinnabar #D94543

Tints of Cinnabar #D94543

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.55%

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

R = 61.47%
G = 19.55%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D94543 (or 0xD94543) is known color: Cinnabar. HEX triplet: D9, 45 and 43. RGB value is (217,69,67). Sum of RGB (Red+Green+Blue) = 217+69+67=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D94543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94543 is #26BABC. Grayscale: #717171. Windows color (decimal): -2538173 or 4408793. OLE color: 4408793.

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

Color convert

RGB 217 69 67 -
CMYK 0 0.68 0.69 0.15
HSL 0.8º 0.66% 0.56% -
HSV(B) 0.8º 0.69% 0.85% -
XYZ 31.76 19.41 7.38 -
YUV 113.02 102.03 202.16 -
System Red Green Blue C M Y K H S L
Decimal 217 69 67 0 0.68 0.69 0.15 0.8 0.66 0.56
Hex D9 45 43 0 44 45 F 1 42 38
Octal 331 105 103 0 104 105 17 1 102 70
Binary 11011001 1000101 1000011 0 1000100 1000101 1111 1 1000010 111000

Color Harmonies of #D94543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94543

Black with #D94543

Text Example


Text Example

White with #D94543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94543; }

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

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

background-color css

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

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

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

border-color css

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

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

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