Html Css Color HEX #D93C2F Cinnabar

📋 copy color: '#D93C2F'

red 217 ◦ green 60 ◦ blue 47

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

Shades of Cinnabar #D93C2F

Tints of Cinnabar #D93C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.51%

R = 66.98%
G = 18.52%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D93C2F (or 0xD93C2F) is known color: Cinnabar. HEX triplet: D9, 3C and 2F. RGB value is (217,60,47). Sum of RGB (Red+Green+Blue) = 217+60+47=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93C2F is #26C3D0. Grayscale: #696969. Windows color (decimal): -2540497 or 3095769. OLE color: 3095769.

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

Color convert

RGB 217 60 47 -
CMYK 0 0.72 0.78 0.15
HSL 4.59º 0.69% 0.52% -
HSV(B) 4.59º 0.78% 0.85% -
XYZ 30.74 18.19 4.58 -
YUV 105.46 95.01 207.56 -
System Red Green Blue C M Y K H S L
Decimal 217 60 47 0 0.72 0.78 0.15 4.59 0.69 0.52
Hex D9 3C 2F 0 48 4E F 5 45 34
Octal 331 74 57 0 110 116 17 5 105 64
Binary 11011001 111100 101111 0 1001000 1001110 1111 101 1000101 110100

Color Harmonies of #D93C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93C2F

Black with #D93C2F

Text Example


Text Example

White with #D93C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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