Html Css Color HEX #D94941 Cinnabar

📋 copy color: '#D94941'

red 217 ◦ green 73 ◦ blue 65

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

Shades of Cinnabar #D94941

Tints of Cinnabar #D94941

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.56%

 BLUE value IS 65 (25.78% from 255) = 18.31%

R = 61.13%
G = 20.56%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D94941 (or 0xD94941) is known color: Cinnabar. HEX triplet: D9, 49 and 41. RGB value is (217,73,65). Sum of RGB (Red+Green+Blue) = 217+73+65=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D94941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94941 is #26B6BE. Grayscale: #737373. Windows color (decimal): -2537151 or 4278745. OLE color: 4278745.

HSL color Cylindrical-coordinate representation of color #D94941: hue angle of 3.16º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D94941 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 73 65 -
CMYK 0 0.66 0.70 0.15
HSL 3.16º 0.67% 0.55% -
HSV(B) 3.16º 0.7% 0.85% -
XYZ 31.95 19.9 7.16 -
YUV 115.14 99.71 200.65 -
System Red Green Blue C M Y K H S L
Decimal 217 73 65 0 0.66 0.70 0.15 3.16 0.67 0.55
Hex D9 49 41 0 42 46 F 3 43 37
Octal 331 111 101 0 102 106 17 3 103 67
Binary 11011001 1001001 1000001 0 1000010 1000110 1111 11 1000011 110111

Color Harmonies of #D94941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94941

Black with #D94941

Text Example


Text Example

White with #D94941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94941; }

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

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

background-color css

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

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

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

border-color css

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

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

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