Html Css Color HEX #D93C33 Cinnabar

📋 copy color: '#D93C33'

red 217 ◦ green 60 ◦ blue 51

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

Shades of Cinnabar #D93C33

Tints of Cinnabar #D93C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.55%

R = 66.16%
G = 18.29%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D93C33 (or 0xD93C33) is known color: Cinnabar. HEX triplet: D9, 3C and 33. RGB value is (217,60,51). Sum of RGB (Red+Green+Blue) = 217+60+51=328 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.16% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93C33 is #26C3CC. Grayscale: #6A6A6A. Windows color (decimal): -2540493 or 3357913. OLE color: 3357913.

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

Color convert

RGB 217 60 51 -
CMYK 0 0.72 0.76 0.15
HSL 3.25º 0.69% 0.53% -
HSV(B) 3.25º 0.76% 0.85% -
XYZ 30.83 18.22 5.02 -
YUV 105.92 97.01 207.23 -
System Red Green Blue C M Y K H S L
Decimal 217 60 51 0 0.72 0.76 0.15 3.25 0.69 0.53
Hex D9 3C 33 0 48 4C F 3 45 35
Octal 331 74 63 0 110 114 17 3 105 65
Binary 11011001 111100 110011 0 1001000 1001100 1111 11 1000101 110101

Color Harmonies of #D93C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93C33

Black with #D93C33

Text Example


Text Example

White with #D93C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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