Html Css Color HEX #D93D36 Cinnabar

📋 copy color: '#D93D36'

red 217 ◦ green 61 ◦ blue 54

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

Shades of Cinnabar #D93D36

Tints of Cinnabar #D93D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.27%

R = 65.36%
G = 18.37%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D93D36 (or 0xD93D36) is known color: Cinnabar. HEX triplet: D9, 3D and 36. RGB value is (217,61,54). Sum of RGB (Red+Green+Blue) = 217+61+54=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93D36 is #26C2C9. Grayscale: #6B6B6B. Windows color (decimal): -2540234 or 3554777. OLE color: 3554777.

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

Color convert

RGB 217 61 54 -
CMYK 0 0.72 0.75 0.15
HSL 2.58º 0.68% 0.53% -
HSV(B) 2.58º 0.75% 0.85% -
XYZ 30.95 18.36 5.4 -
YUV 106.85 98.18 206.57 -
System Red Green Blue C M Y K H S L
Decimal 217 61 54 0 0.72 0.75 0.15 2.58 0.68 0.53
Hex D9 3D 36 0 48 4B F 3 44 35
Octal 331 75 66 0 110 113 17 3 104 65
Binary 11011001 111101 110110 0 1001000 1001011 1111 11 1000100 110101

Color Harmonies of #D93D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93D36

Black with #D93D36

Text Example


Text Example

White with #D93D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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