Html Css Color HEX #D1453D Cinnabar

📋 copy color: '#D1453D'

red 209 ◦ green 69 ◦ blue 61

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

Shades of Cinnabar #D1453D

Tints of Cinnabar #D1453D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.99%

R = 61.65%
G = 20.35%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1453D (or 0xD1453D) is known color: Cinnabar. HEX triplet: D1, 45 and 3D. RGB value is (209,69,61). Sum of RGB (Red+Green+Blue) = 209+69+61=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D1453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1453D is #2EBAC2. Grayscale: #6E6E6E. Windows color (decimal): -3062467 or 4015569. OLE color: 4015569.

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

Color convert

RGB 209 69 61 -
CMYK 0 0.67 0.71 0.18
HSL 3.24º 0.62% 0.53% -
HSV(B) 3.24º 0.71% 0.82% -
XYZ 29.26 18.15 6.38 -
YUV 109.95 100.38 198.65 -
System Red Green Blue C M Y K H S L
Decimal 209 69 61 0 0.67 0.71 0.18 3.24 0.62 0.53
Hex D1 45 3D 0 43 47 12 3 3E 35
Octal 321 105 75 0 103 107 22 3 76 65
Binary 11010001 1000101 111101 0 1000011 1000111 10010 11 111110 110101

Color Harmonies of #D1453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1453D

Black with #D1453D

Text Example


Text Example

White with #D1453D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1453D; }

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

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

background-color css

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

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

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

border-color css

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

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

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