Html Css Color HEX #D1453B Cinnabar

📋 copy color: '#D1453B'

red 209 ◦ green 69 ◦ blue 59

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

Shades of Cinnabar #D1453B

Tints of Cinnabar #D1453B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.51%

R = 62.02%
G = 20.47%
B = 17.51%

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

#D1453B (or 0xD1453B) is known color: Cinnabar. HEX triplet: D1, 45 and 3B. RGB value is (209,69,59). Sum of RGB (Red+Green+Blue) = 209+69+59=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D1453B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1453B is #2EBAC4. Grayscale: #6D6D6D. Windows color (decimal): -3062469 or 3884497. OLE color: 3884497.

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

Color convert

RGB 209 69 59 -
CMYK 0 0.67 0.72 0.18
HSL 0.62% 0.53% -
HSV(B) 0.72% 0.82% -
XYZ 29.21 18.13 6.1 -
YUV 109.72 99.38 198.81 -
System Red Green Blue C M Y K H S L
Decimal 209 69 59 0 0.67 0.72 0.18 4 0.62 0.53
Hex D1 45 3B 0 43 48 12 4 3E 35
Octal 321 105 73 0 103 110 22 4 76 65
Binary 11010001 1000101 111011 0 1000011 1001000 10010 100 111110 110101

Color Harmonies of #D1453B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1453B

Black with #D1453B

Text Example


Text Example

White with #D1453B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1453B; }

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

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

background-color css

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

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

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

border-color css

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

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

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