Html Css Color HEX #D93F2B Cinnabar

📋 copy color: '#D93F2B'

red 217 ◦ green 63 ◦ blue 43

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

Shades of Cinnabar #D93F2B

Tints of Cinnabar #D93F2B

RGB

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

 GREEN value IS 63 (25% from 255) = 19.5%

 BLUE value IS 43 (17.19% from 255) = 13.31%

R = 67.18%
G = 19.5%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D93F2B (or 0xD93F2B) is known color: Cinnabar. HEX triplet: D9, 3F and 2B. RGB value is (217,63,43). Sum of RGB (Red+Green+Blue) = 217+63+43=323 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.18% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 217 - color contains mainly: red. Hex color #D93F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93F2B is #26C0D4. Grayscale: #6A6A6A. Windows color (decimal): -2539733 or 2834393. OLE color: 2834393.

HSL color Cylindrical-coordinate representation of color #D93F2B: hue angle of 6.9º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D93F2B is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 63 43 -
CMYK 0 0.71 0.80 0.15
HSL 6.9º 0.7% 0.51% -
HSV(B) 6.9º 0.8% 0.85% -
XYZ 30.83 18.48 4.23 -
YUV 106.77 92.02 206.63 -
System Red Green Blue C M Y K H S L
Decimal 217 63 43 0 0.71 0.80 0.15 6.9 0.7 0.51
Hex D9 3F 2B 0 47 50 F 7 46 33
Octal 331 77 53 0 107 120 17 7 106 63
Binary 11011001 111111 101011 0 1000111 1010000 1111 111 1000110 110011

Color Harmonies of #D93F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93F2B

Black with #D93F2B

Text Example


Text Example

White with #D93F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93F2B; }

 p { color: rgb(217,63,43); }

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

background-color css

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

 a { background-color: rgb(217,63,43); }

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

border-color css

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

 span { border-color: rgb(217,63,43); }

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