Html Css Color HEX #D1453A Cinnabar

📋 copy color: '#D1453A'

red 209 ◦ green 69 ◦ blue 58

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

Shades of Cinnabar #D1453A

Tints of Cinnabar #D1453A

RGB

 RED value IS 209 (82.03% from 255) = 62.2%

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

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

R = 62.2%
G = 20.54%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1453A (or 0xD1453A) is known color: Cinnabar. HEX triplet: D1, 45 and 3A. RGB value is (209,69,58). Sum of RGB (Red+Green+Blue) = 209+69+58=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D1453A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1453A is #2EBAC5. Grayscale: #6D6D6D. Windows color (decimal): -3062470 or 3818961. OLE color: 3818961.

HSL color Cylindrical-coordinate representation of color #D1453A: hue angle of 4.37º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1453A is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 69 58 -
CMYK 0 0.67 0.72 0.18
HSL 4.37º 0.62% 0.52% -
HSV(B) 4.37º 0.72% 0.82% -
XYZ 29.19 18.12 5.96 -
YUV 109.61 98.88 198.89 -
System Red Green Blue C M Y K H S L
Decimal 209 69 58 0 0.67 0.72 0.18 4.37 0.62 0.52
Hex D1 45 3A 0 43 48 12 4 3E 34
Octal 321 105 72 0 103 110 22 4 76 64
Binary 11010001 1000101 111010 0 1000011 1001000 10010 100 111110 110100

Color Harmonies of #D1453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1453A

Black with #D1453A

Text Example


Text Example

White with #D1453A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1453A; }

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

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

background-color css

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

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

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

border-color css

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

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

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