Html Css Color HEX #D93929 Cinnabar

📋 copy color: '#D93929'

red 217 ◦ green 57 ◦ blue 41

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

Shades of Cinnabar #D93929

Tints of Cinnabar #D93929

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.1%

 BLUE value IS 41 (16.41% from 255) = 13.02%

R = 68.89%
G = 18.1%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D93929 (or 0xD93929) is known color: Cinnabar. HEX triplet: D9, 39 and 29. RGB value is (217,57,41). Sum of RGB (Red+Green+Blue) = 217+57+41=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D93929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93929 is #26C6D6. Grayscale: #676767. Windows color (decimal): -2541271 or 2701785. OLE color: 2701785.

HSL color Cylindrical-coordinate representation of color #D93929: hue angle of 5.45º 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 #D93929 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 57 41 -
CMYK 0 0.74 0.81 0.15
HSL 5.45º 0.7% 0.51% -
HSV(B) 5.45º 0.81% 0.85% -
XYZ 30.48 17.84 3.93 -
YUV 103.02 93.01 209.3 -
System Red Green Blue C M Y K H S L
Decimal 217 57 41 0 0.74 0.81 0.15 5.45 0.7 0.51
Hex D9 39 29 0 4A 51 F 5 46 33
Octal 331 71 51 0 112 121 17 5 106 63
Binary 11011001 111001 101001 0 1001010 1010001 1111 101 1000110 110011

Color Harmonies of #D93929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93929

Black with #D93929

Text Example


Text Example

White with #D93929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93929; }

 p { color: rgb(217,57,41); }

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

background-color css

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

 a { background-color: rgb(217,57,41); }

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

border-color css

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

 span { border-color: rgb(217,57,41); }

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