Html Css Color HEX #D93D33 Cinnabar

📋 copy color: '#D93D33'

red 217 ◦ green 61 ◦ blue 51

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

Shades of Cinnabar #D93D33

Tints of Cinnabar #D93D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.5%

R = 65.96%
G = 18.54%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D93D33 (or 0xD93D33) is known color: Cinnabar. HEX triplet: D9, 3D and 33. RGB value is (217,61,51). Sum of RGB (Red+Green+Blue) = 217+61+51=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93D33 is #26C2CC. Grayscale: #6A6A6A. Windows color (decimal): -2540237 or 3358169. OLE color: 3358169.

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

Color convert

RGB 217 61 51 -
CMYK 0 0.72 0.76 0.15
HSL 3.61º 0.69% 0.53% -
HSV(B) 3.61º 0.76% 0.85% -
XYZ 30.88 18.33 5.04 -
YUV 106.5 96.68 206.81 -
System Red Green Blue C M Y K H S L
Decimal 217 61 51 0 0.72 0.76 0.15 3.61 0.69 0.53
Hex D9 3D 33 0 48 4C F 4 45 35
Octal 331 75 63 0 110 114 17 4 105 65
Binary 11011001 111101 110011 0 1001000 1001100 1111 100 1000101 110101

Color Harmonies of #D93D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93D33

Black with #D93D33

Text Example


Text Example

White with #D93D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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