Html Css Color HEX #D9403A Cinnabar

📋 copy color: '#D9403A'

red 217 ◦ green 64 ◦ blue 58

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

Shades of Cinnabar #D9403A

Tints of Cinnabar #D9403A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.88%

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

R = 64.01%
G = 18.88%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D9403A (or 0xD9403A) is known color: Cinnabar. HEX triplet: D9, 40 and 3A. RGB value is (217,64,58). Sum of RGB (Red+Green+Blue) = 217+64+58=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D9403A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9403A is #26BFC5. Grayscale: #6D6D6D. Windows color (decimal): -2539462 or 3817689. OLE color: 3817689.

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

Color convert

RGB 217 64 58 -
CMYK 0 0.71 0.73 0.15
HSL 2.26º 0.68% 0.54% -
HSV(B) 2.26º 0.73% 0.85% -
XYZ 31.21 18.72 5.97 -
YUV 109.06 99.19 204.99 -
System Red Green Blue C M Y K H S L
Decimal 217 64 58 0 0.71 0.73 0.15 2.26 0.68 0.54
Hex D9 40 3A 0 47 49 F 2 44 36
Octal 331 100 72 0 107 111 17 2 104 66
Binary 11011001 1000000 111010 0 1000111 1001001 1111 10 1000100 110110

Color Harmonies of #D9403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9403A

Black with #D9403A

Text Example


Text Example

White with #D9403A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9403A; }

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

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

background-color css

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

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

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

border-color css

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

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

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