Html Css Color HEX #D9453A Cinnabar

📋 copy color: '#D9453A'

red 217 ◦ green 69 ◦ blue 58

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

Shades of Cinnabar #D9453A

Tints of Cinnabar #D9453A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.06%

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

R = 63.08%
G = 20.06%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D9453A (or 0xD9453A) is known color: Cinnabar. HEX triplet: D9, 45 and 3A. RGB value is (217,69,58). Sum of RGB (Red+Green+Blue) = 217+69+58=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D9453A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9453A is #26BAC5. Grayscale: #707070. Windows color (decimal): -2538182 or 3818969. OLE color: 3818969.

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

Color convert

RGB 217 69 58 -
CMYK 0 0.68 0.73 0.15
HSL 4.15º 0.68% 0.54% -
HSV(B) 4.15º 0.73% 0.85% -
XYZ 31.51 19.31 6.07 -
YUV 112 97.53 202.89 -
System Red Green Blue C M Y K H S L
Decimal 217 69 58 0 0.68 0.73 0.15 4.15 0.68 0.54
Hex D9 45 3A 0 44 49 F 4 44 36
Octal 331 105 72 0 104 111 17 4 104 66
Binary 11011001 1000101 111010 0 1000100 1001001 1111 100 1000100 110110

Color Harmonies of #D9453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9453A

Black with #D9453A

Text Example


Text Example

White with #D9453A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9453A; }

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

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

background-color css

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

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

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

border-color css

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

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

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