Html Css Color HEX #D93E32 Cinnabar

📋 copy color: '#D93E32'

red 217 ◦ green 62 ◦ blue 50

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

Shades of Cinnabar #D93E32

Tints of Cinnabar #D93E32

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.84%

 BLUE value IS 50 (19.92% from 255) = 15.2%

R = 65.96%
G = 18.84%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D93E32 (or 0xD93E32) is known color: Cinnabar. HEX triplet: D9, 3E and 32. RGB value is (217,62,50). Sum of RGB (Red+Green+Blue) = 217+62+50=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D93E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93E32 is #26C1CD. Grayscale: #6B6B6B. Windows color (decimal): -2539982 or 3292889. OLE color: 3292889.

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

Color convert

RGB 217 62 50 -
CMYK 0 0.71 0.77 0.15
HSL 4.31º 0.69% 0.52% -
HSV(B) 4.31º 0.77% 0.85% -
XYZ 30.91 18.43 4.95 -
YUV 106.98 95.85 206.48 -
System Red Green Blue C M Y K H S L
Decimal 217 62 50 0 0.71 0.77 0.15 4.31 0.69 0.52
Hex D9 3E 32 0 47 4D F 4 45 34
Octal 331 76 62 0 107 115 17 4 105 64
Binary 11011001 111110 110010 0 1000111 1001101 1111 100 1000101 110100

Color Harmonies of #D93E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93E32

Black with #D93E32

Text Example


Text Example

White with #D93E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93E32; }

 p { color: rgb(217,62,50); }

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

background-color css

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

 a { background-color: rgb(217,62,50); }

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

border-color css

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

 span { border-color: rgb(217,62,50); }

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