Html Css Color HEX #D2473D Cinnabar

📋 copy color: '#D2473D'

red 210 ◦ green 71 ◦ blue 61

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

Shades of Cinnabar #D2473D

Tints of Cinnabar #D2473D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.76%

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

R = 61.4%
G = 20.76%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D2473D (or 0xD2473D) is known color: Cinnabar. HEX triplet: D2, 47 and 3D. RGB value is (210,71,61). Sum of RGB (Red+Green+Blue) = 210+71+61=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D2473D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2473D is #2DB8C2. Grayscale: #6F6F6F. Windows color (decimal): -2996419 or 4016082. OLE color: 4016082.

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

Color convert

RGB 210 71 61 -
CMYK 0 0.66 0.71 0.18
HSL 4.03º 0.62% 0.53% -
HSV(B) 4.03º 0.71% 0.82% -
XYZ 29.67 18.55 6.43 -
YUV 111.42 99.55 198.31 -
System Red Green Blue C M Y K H S L
Decimal 210 71 61 0 0.66 0.71 0.18 4.03 0.62 0.53
Hex D2 47 3D 0 42 47 12 4 3E 35
Octal 322 107 75 0 102 107 22 4 76 65
Binary 11010010 1000111 111101 0 1000010 1000111 10010 100 111110 110101

Color Harmonies of #D2473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2473D

Black with #D2473D

Text Example


Text Example

White with #D2473D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2473D; }

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

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

background-color css

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

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

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

border-color css

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

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

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