Html Css Color HEX #D94129 Cinnabar

📋 copy color: '#D94129'

red 217 ◦ green 65 ◦ blue 41

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

Shades of Cinnabar #D94129

Tints of Cinnabar #D94129

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.12%

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

R = 67.18%
G = 20.12%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D94129 (or 0xD94129) is known color: Cinnabar. HEX triplet: D9, 41 and 29. RGB value is (217,65,41). Sum of RGB (Red+Green+Blue) = 217+65+41=323 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.18% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 41 (16.41% from 255 or 12.69% from 323); Max value from RGB is 217 - color contains mainly: red. Hex color #D94129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94129 is #26BED6. Grayscale: #6B6B6B. Windows color (decimal): -2539223 or 2703833. OLE color: 2703833.

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

Color convert

RGB 217 65 41 -
CMYK 0 0.70 0.81 0.15
HSL 8.18º 0.7% 0.51% -
HSV(B) 8.18º 0.81% 0.85% -
XYZ 30.91 18.69 4.08 -
YUV 107.71 90.36 205.95 -
System Red Green Blue C M Y K H S L
Decimal 217 65 41 0 0.70 0.81 0.15 8.18 0.7 0.51
Hex D9 41 29 0 46 51 F 8 46 33
Octal 331 101 51 0 106 121 17 10 106 63
Binary 11011001 1000001 101001 0 1000110 1010001 1111 1000 1000110 110011

Color Harmonies of #D94129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94129

Black with #D94129

Text Example


Text Example

White with #D94129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94129; }

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

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

background-color css

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

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

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

border-color css

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

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

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