Html Css Color HEX #D93D2F Cinnabar

📋 copy color: '#D93D2F'

red 217 ◦ green 61 ◦ blue 47

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

Shades of Cinnabar #D93D2F

Tints of Cinnabar #D93D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.46%

R = 66.77%
G = 18.77%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D93D2F (or 0xD93D2F) is known color: Cinnabar. HEX triplet: D9, 3D and 2F. RGB value is (217,61,47). Sum of RGB (Red+Green+Blue) = 217+61+47=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D93D2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93D2F is #26C2D0. Grayscale: #6A6A6A. Windows color (decimal): -2540241 or 3096025. OLE color: 3096025.

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

Color convert

RGB 217 61 47 -
CMYK 0 0.72 0.78 0.15
HSL 4.94º 0.69% 0.52% -
HSV(B) 4.94º 0.78% 0.85% -
XYZ 30.8 18.29 4.6 -
YUV 106.05 94.68 207.14 -
System Red Green Blue C M Y K H S L
Decimal 217 61 47 0 0.72 0.78 0.15 4.94 0.69 0.52
Hex D9 3D 2F 0 48 4E F 5 45 34
Octal 331 75 57 0 110 116 17 5 105 64
Binary 11011001 111101 101111 0 1001000 1001110 1111 101 1000101 110100

Color Harmonies of #D93D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93D2F

Black with #D93D2F

Text Example


Text Example

White with #D93D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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