Html Css Color HEX #D93A29 Cinnabar

📋 copy color: '#D93A29'

red 217 ◦ green 58 ◦ blue 41

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

Shades of Cinnabar #D93A29

Tints of Cinnabar #D93A29

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.35%

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

R = 68.67%
G = 18.35%
B = 12.97%

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

#D93A29 (or 0xD93A29) is known color: Cinnabar. HEX triplet: D9, 3A and 29. RGB value is (217,58,41). Sum of RGB (Red+Green+Blue) = 217+58+41=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93A29 is #26C5D6. Grayscale: #676767. Windows color (decimal): -2541015 or 2702041. OLE color: 2702041.

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

Color convert

RGB 217 58 41 -
CMYK 0 0.73 0.81 0.15
HSL 5.8º 0.7% 0.51% -
HSV(B) 5.8º 0.81% 0.85% -
XYZ 30.53 17.94 3.95 -
YUV 103.6 92.68 208.88 -
System Red Green Blue C M Y K H S L
Decimal 217 58 41 0 0.73 0.81 0.15 5.8 0.7 0.51
Hex D9 3A 29 0 49 51 F 6 46 33
Octal 331 72 51 0 111 121 17 6 106 63
Binary 11011001 111010 101001 0 1001001 1010001 1111 110 1000110 110011

Color Harmonies of #D93A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93A29

Black with #D93A29

Text Example


Text Example

White with #D93A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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