Html Css Color HEX #D9413A Cinnabar

📋 copy color: '#D9413A'

red 217 ◦ green 65 ◦ blue 58

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

Shades of Cinnabar #D9413A

Tints of Cinnabar #D9413A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.06%

R = 63.82%
G = 19.12%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D9413A (or 0xD9413A) is known color: Cinnabar. HEX triplet: D9, 41 and 3A. RGB value is (217,65,58). Sum of RGB (Red+Green+Blue) = 217+65+58=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D9413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9413A is #26BEC5. Grayscale: #6D6D6D. Windows color (decimal): -2539206 or 3817945. OLE color: 3817945.

HSL color Cylindrical-coordinate representation of color #D9413A: hue angle of 2.64º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D9413A is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 65 58 -
CMYK 0 0.70 0.73 0.15
HSL 2.64º 0.68% 0.54% -
HSV(B) 2.64º 0.73% 0.85% -
XYZ 31.27 18.84 5.99 -
YUV 109.65 98.86 204.57 -
System Red Green Blue C M Y K H S L
Decimal 217 65 58 0 0.70 0.73 0.15 2.64 0.68 0.54
Hex D9 41 3A 0 46 49 F 3 44 36
Octal 331 101 72 0 106 111 17 3 104 66
Binary 11011001 1000001 111010 0 1000110 1001001 1111 11 1000100 110110

Color Harmonies of #D9413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9413A

Black with #D9413A

Text Example


Text Example

White with #D9413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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