Html Css Color HEX #D2443E Cinnabar

📋 copy color: '#D2443E'

red 210 ◦ green 68 ◦ blue 62

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

Shades of Cinnabar #D2443E

Tints of Cinnabar #D2443E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20%

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

R = 61.76%
G = 20%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2443E (or 0xD2443E) is known color: Cinnabar. HEX triplet: D2, 44 and 3E. RGB value is (210,68,62). Sum of RGB (Red+Green+Blue) = 210+68+62=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D2443E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2443E is #2DBBC1. Grayscale: #6D6D6D. Windows color (decimal): -2997186 or 4080850. OLE color: 4080850.

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

Color convert

RGB 210 68 62 -
CMYK 0 0.68 0.70 0.18
HSL 2.43º 0.62% 0.53% -
HSV(B) 2.43º 0.7% 0.82% -
XYZ 29.51 18.18 6.51 -
YUV 109.77 101.04 199.49 -
System Red Green Blue C M Y K H S L
Decimal 210 68 62 0 0.68 0.70 0.18 2.43 0.62 0.53
Hex D2 44 3E 0 44 46 12 2 3E 35
Octal 322 104 76 0 104 106 22 2 76 65
Binary 11010010 1000100 111110 0 1000100 1000110 10010 10 111110 110101

Color Harmonies of #D2443E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2443E

Black with #D2443E

Text Example


Text Example

White with #D2443E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2443E; }

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

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

background-color css

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

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

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

border-color css

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

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

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