Html Css Color HEX #D2453E Cinnabar

📋 copy color: '#D2453E'

red 210 ◦ green 69 ◦ blue 62

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

Shades of Cinnabar #D2453E

Tints of Cinnabar #D2453E

RGB

 RED value IS 210 (82.42% from 255) = 61.58%

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

 BLUE value IS 62 (24.61% from 255) = 18.18%

R = 61.58%
G = 20.23%
B = 18.18%

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

#D2453E (or 0xD2453E) is known color: Cinnabar. HEX triplet: D2, 45 and 3E. RGB value is (210,69,62). Sum of RGB (Red+Green+Blue) = 210+69+62=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D2453E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2453E is #2DBAC1. Grayscale: #6E6E6E. Windows color (decimal): -2996930 or 4081106. OLE color: 4081106.

HSL color Cylindrical-coordinate representation of color #D2453E: hue angle of 2.84º degrees, saturation: 0.62, 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 #D2453E is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 69 62 -
CMYK 0 0.67 0.70 0.18
HSL 2.84º 0.62% 0.53% -
HSV(B) 2.84º 0.7% 0.82% -
XYZ 29.58 18.31 6.53 -
YUV 110.36 100.71 199.07 -
System Red Green Blue C M Y K H S L
Decimal 210 69 62 0 0.67 0.70 0.18 2.84 0.62 0.53
Hex D2 45 3E 0 43 46 12 3 3E 35
Octal 322 105 76 0 103 106 22 3 76 65
Binary 11010010 1000101 111110 0 1000011 1000110 10010 11 111110 110101

Color Harmonies of #D2453E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2453E

Black with #D2453E

Text Example


Text Example

White with #D2453E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2453E; }

 p { color: rgb(210,69,62); }

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

background-color css

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

 a { background-color: rgb(210,69,62); }

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

border-color css

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

 span { border-color: rgb(210,69,62); }

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