Html Css Color HEX #D93D32 Cinnabar

📋 copy color: '#D93D32'

red 217 ◦ green 61 ◦ blue 50

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

Shades of Cinnabar #D93D32

Tints of Cinnabar #D93D32

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.6%

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

R = 66.16%
G = 18.6%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D93D32 (or 0xD93D32) is known color: Cinnabar. HEX triplet: D9, 3D and 32. RGB value is (217,61,50). Sum of RGB (Red+Green+Blue) = 217+61+50=328 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.16% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93D32 is #26C2CD. Grayscale: #6A6A6A. Windows color (decimal): -2540238 or 3292633. OLE color: 3292633.

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

Color convert

RGB 217 61 50 -
CMYK 0 0.72 0.77 0.15
HSL 3.95º 0.69% 0.52% -
HSV(B) 3.95º 0.77% 0.85% -
XYZ 30.86 18.32 4.93 -
YUV 106.39 96.18 206.89 -
System Red Green Blue C M Y K H S L
Decimal 217 61 50 0 0.72 0.77 0.15 3.95 0.69 0.52
Hex D9 3D 32 0 48 4D F 4 45 34
Octal 331 75 62 0 110 115 17 4 105 64
Binary 11011001 111101 110010 0 1001000 1001101 1111 100 1000101 110100

Color Harmonies of #D93D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93D32

Black with #D93D32

Text Example


Text Example

White with #D93D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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