Html Css Color HEX #D93F29 Cinnabar

📋 copy color: '#D93F29'

red 217 ◦ green 63 ◦ blue 41

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

Shades of Cinnabar #D93F29

Tints of Cinnabar #D93F29

RGB

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

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

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

R = 67.6%
G = 19.63%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D93F29 (or 0xD93F29) is known color: Cinnabar. HEX triplet: D9, 3F and 29. RGB value is (217,63,41). Sum of RGB (Red+Green+Blue) = 217+63+41=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D93F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93F29 is #26C0D6. Grayscale: #6A6A6A. Windows color (decimal): -2539735 or 2703321. OLE color: 2703321.

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

Color convert

RGB 217 63 41 -
CMYK 0 0.71 0.81 0.15
HSL 7.5º 0.7% 0.51% -
HSV(B) 7.5º 0.81% 0.85% -
XYZ 30.79 18.47 4.04 -
YUV 106.54 91.02 206.79 -
System Red Green Blue C M Y K H S L
Decimal 217 63 41 0 0.71 0.81 0.15 7.5 0.7 0.51
Hex D9 3F 29 0 47 51 F 8 46 33
Octal 331 77 51 0 107 121 17 10 106 63
Binary 11011001 111111 101001 0 1000111 1010001 1111 1000 1000110 110011

Color Harmonies of #D93F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93F29

Black with #D93F29

Text Example


Text Example

White with #D93F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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