Html Css Color HEX #D93E2E Cinnabar

📋 copy color: '#D93E2E'

red 217 ◦ green 62 ◦ blue 46

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

Shades of Cinnabar #D93E2E

Tints of Cinnabar #D93E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.15%

R = 66.77%
G = 19.08%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D93E2E (or 0xD93E2E) is known color: Cinnabar. HEX triplet: D9, 3E and 2E. RGB value is (217,62,46). Sum of RGB (Red+Green+Blue) = 217+62+46=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D93E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93E2E is #26C1D1. Grayscale: #6A6A6A. Windows color (decimal): -2539986 or 3030745. OLE color: 3030745.

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

Color convert

RGB 217 62 46 -
CMYK 0 0.71 0.79 0.15
HSL 5.61º 0.69% 0.52% -
HSV(B) 5.61º 0.79% 0.85% -
XYZ 30.83 18.39 4.51 -
YUV 106.52 93.85 206.8 -
System Red Green Blue C M Y K H S L
Decimal 217 62 46 0 0.71 0.79 0.15 5.61 0.69 0.52
Hex D9 3E 2E 0 47 4F F 6 45 34
Octal 331 76 56 0 107 117 17 6 105 64
Binary 11011001 111110 101110 0 1000111 1001111 1111 110 1000101 110100

Color Harmonies of #D93E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93E2E

Black with #D93E2E

Text Example


Text Example

White with #D93E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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