Html Css Color HEX #D93C25 Cinnabar

📋 copy color: '#D93C25'

red 217 ◦ green 60 ◦ blue 37

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

Shades of Cinnabar #D93C25

Tints of Cinnabar #D93C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.78%

R = 69.11%
G = 19.11%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D93C25 (or 0xD93C25) is known color: Cinnabar. HEX triplet: D9, 3C and 25. RGB value is (217,60,37). Sum of RGB (Red+Green+Blue) = 217+60+37=314 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.11% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93C25 is #26C3DA. Grayscale: #686868. Windows color (decimal): -2540507 or 2440409. OLE color: 2440409.

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

Color convert

RGB 217 60 37 -
CMYK 0 0.72 0.83 0.15
HSL 7.67º 0.71% 0.5% -
HSV(B) 7.67º 0.83% 0.85% -
XYZ 30.57 18.12 3.64 -
YUV 104.32 90.01 208.37 -
System Red Green Blue C M Y K H S L
Decimal 217 60 37 0 0.72 0.83 0.15 7.67 0.71 0.5
Hex D9 3C 25 0 48 53 F 8 47 32
Octal 331 74 45 0 110 123 17 10 107 62
Binary 11011001 111100 100101 0 1001000 1010011 1111 1000 1000111 110010

Color Harmonies of #D93C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93C25

Black with #D93C25

Text Example


Text Example

White with #D93C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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