Html Css Color HEX #D93B2A Cinnabar

📋 copy color: '#D93B2A'

red 217 ◦ green 59 ◦ blue 42

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

Shades of Cinnabar #D93B2A

Tints of Cinnabar #D93B2A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.55%

 BLUE value IS 42 (16.8% from 255) = 13.21%

R = 68.24%
G = 18.55%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D93B2A (or 0xD93B2A) is known color: Cinnabar. HEX triplet: D9, 3B and 2A. RGB value is (217,59,42). Sum of RGB (Red+Green+Blue) = 217+59+42=318 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.24% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93B2A is #26C4D5. Grayscale: #686868. Windows color (decimal): -2540758 or 2767833. OLE color: 2767833.

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

Color convert

RGB 217 59 42 -
CMYK 0 0.73 0.81 0.15
HSL 5.83º 0.7% 0.51% -
HSV(B) 5.83º 0.81% 0.85% -
XYZ 30.6 18.05 4.06 -
YUV 104.3 92.85 208.38 -
System Red Green Blue C M Y K H S L
Decimal 217 59 42 0 0.73 0.81 0.15 5.83 0.7 0.51
Hex D9 3B 2A 0 49 51 F 6 46 33
Octal 331 73 52 0 111 121 17 6 106 63
Binary 11011001 111011 101010 0 1001001 1010001 1111 110 1000110 110011

Color Harmonies of #D93B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93B2A

Black with #D93B2A

Text Example


Text Example

White with #D93B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93B2A; }

 p { color: rgb(217,59,42); }

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

background-color css

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

 a { background-color: rgb(217,59,42); }

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

border-color css

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

 span { border-color: rgb(217,59,42); }

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