Html Css Color HEX #D1453F Cinnabar

📋 copy color: '#D1453F'

red 209 ◦ green 69 ◦ blue 63

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

Shades of Cinnabar #D1453F

Tints of Cinnabar #D1453F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.48%

R = 61.29%
G = 20.23%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D1453F (or 0xD1453F) is known color: Cinnabar. HEX triplet: D1, 45 and 3F. RGB value is (209,69,63). Sum of RGB (Red+Green+Blue) = 209+69+63=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D1453F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1453F is #2EBAC0. Grayscale: #6E6E6E. Windows color (decimal): -3062465 or 4146641. OLE color: 4146641.

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

Color convert

RGB 209 69 63 -
CMYK 0 0.67 0.70 0.18
HSL 2.47º 0.61% 0.53% -
HSV(B) 2.47º 0.7% 0.82% -
XYZ 29.32 18.17 6.66 -
YUV 110.18 101.38 198.49 -
System Red Green Blue C M Y K H S L
Decimal 209 69 63 0 0.67 0.70 0.18 2.47 0.61 0.53
Hex D1 45 3F 0 43 46 12 2 3D 35
Octal 321 105 77 0 103 106 22 2 75 65
Binary 11010001 1000101 111111 0 1000011 1000110 10010 10 111101 110101

Color Harmonies of #D1453F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1453F

Black with #D1453F

Text Example


Text Example

White with #D1453F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1453F; }

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

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

background-color css

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

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

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

border-color css

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

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

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