Html Css Color HEX #D93C2A Cinnabar

📋 copy color: '#D93C2A'

red 217 ◦ green 60 ◦ blue 42

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

Shades of Cinnabar #D93C2A

Tints of Cinnabar #D93C2A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.81%

 BLUE value IS 42 (16.8% from 255) = 13.17%

R = 68.03%
G = 18.81%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D93C2A (or 0xD93C2A) is known color: Cinnabar. HEX triplet: D9, 3C and 2A. RGB value is (217,60,42). Sum of RGB (Red+Green+Blue) = 217+60+42=319 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.03% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93C2A is #26C3D5. Grayscale: #696969. Windows color (decimal): -2540502 or 2768089. OLE color: 2768089.

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

Color convert

RGB 217 60 42 -
CMYK 0 0.72 0.81 0.15
HSL 6.17º 0.7% 0.51% -
HSV(B) 6.17º 0.81% 0.85% -
XYZ 30.65 18.15 4.08 -
YUV 104.89 92.51 207.96 -
System Red Green Blue C M Y K H S L
Decimal 217 60 42 0 0.72 0.81 0.15 6.17 0.7 0.51
Hex D9 3C 2A 0 48 51 F 6 46 33
Octal 331 74 52 0 110 121 17 6 106 63
Binary 11011001 111100 101010 0 1001000 1010001 1111 110 1000110 110011

Color Harmonies of #D93C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93C2A

Black with #D93C2A

Text Example


Text Example

White with #D93C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93C2A; }

 p { color: rgb(217,60,42); }

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

background-color css

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

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

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

border-color css

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

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

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