Html Css Color HEX #D93A25 Cinnabar

📋 copy color: '#D93A25'

red 217 ◦ green 58 ◦ blue 37

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

Shades of Cinnabar #D93A25

Tints of Cinnabar #D93A25

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.59%

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

R = 69.55%
G = 18.59%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D93A25 (or 0xD93A25) is known color: Cinnabar. HEX triplet: D9, 3A and 25. RGB value is (217,58,37). Sum of RGB (Red+Green+Blue) = 217+58+37=312 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.55% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93A25 is #26C5DA. Grayscale: #676767. Windows color (decimal): -2541019 or 2439897. OLE color: 2439897.

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

Color convert

RGB 217 58 37 -
CMYK 0 0.73 0.83 0.15
HSL 0.71% 0.5% -
HSV(B) 0.83% 0.85% -
XYZ 30.46 17.91 3.6 -
YUV 103.15 90.68 209.21 -
System Red Green Blue C M Y K H S L
Decimal 217 58 37 0 0.73 0.83 0.15 7 0.71 0.5
Hex D9 3A 25 0 49 53 F 7 47 32
Octal 331 72 45 0 111 123 17 7 107 62
Binary 11011001 111010 100101 0 1001001 1010011 1111 111 1000111 110010

Color Harmonies of #D93A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93A25

Black with #D93A25

Text Example


Text Example

White with #D93A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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