Html Css Color HEX #D2453D Cinnabar

📋 copy color: '#D2453D'

red 210 ◦ green 69 ◦ blue 61

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

Shades of Cinnabar #D2453D

Tints of Cinnabar #D2453D

RGB

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

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

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

R = 61.76%
G = 20.29%
B = 17.94%

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

#D2453D (or 0xD2453D) is known color: Cinnabar. HEX triplet: D2, 45 and 3D. RGB value is (210,69,61). Sum of RGB (Red+Green+Blue) = 210+69+61=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D2453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2453D is #2DBAC2. Grayscale: #6E6E6E. Windows color (decimal): -2996931 or 4015570. OLE color: 4015570.

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

Color convert

RGB 210 69 61 -
CMYK 0 0.67 0.71 0.18
HSL 3.22º 0.62% 0.53% -
HSV(B) 3.22º 0.71% 0.82% -
XYZ 29.55 18.29 6.39 -
YUV 110.25 100.21 199.15 -
System Red Green Blue C M Y K H S L
Decimal 210 69 61 0 0.67 0.71 0.18 3.22 0.62 0.53
Hex D2 45 3D 0 43 47 12 3 3E 35
Octal 322 105 75 0 103 107 22 3 76 65
Binary 11010010 1000101 111101 0 1000011 1000111 10010 11 111110 110101

Color Harmonies of #D2453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2453D

Black with #D2453D

Text Example


Text Example

White with #D2453D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2453D; }

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

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

background-color css

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

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

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

border-color css

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

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

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