Html Css Color HEX #D2443A Cinnabar

📋 copy color: '#D2443A'

red 210 ◦ green 68 ◦ blue 58

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

Shades of Cinnabar #D2443A

Tints of Cinnabar #D2443A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.26%

R = 62.5%
G = 20.24%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D2443A (or 0xD2443A) is known color: Cinnabar. HEX triplet: D2, 44 and 3A. RGB value is (210,68,58). Sum of RGB (Red+Green+Blue) = 210+68+58=336 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.5% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 210 - color contains mainly: red. Hex color #D2443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2443A is #2DBBC5. Grayscale: #6D6D6D. Windows color (decimal): -2997190 or 3818706. OLE color: 3818706.

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

Color convert

RGB 210 68 58 -
CMYK 0 0.68 0.72 0.18
HSL 3.95º 0.63% 0.53% -
HSV(B) 3.95º 0.72% 0.82% -
XYZ 29.41 18.14 5.95 -
YUV 109.32 99.04 199.81 -
System Red Green Blue C M Y K H S L
Decimal 210 68 58 0 0.68 0.72 0.18 3.95 0.63 0.53
Hex D2 44 3A 0 44 48 12 4 3F 35
Octal 322 104 72 0 104 110 22 4 77 65
Binary 11010010 1000100 111010 0 1000100 1001000 10010 100 111111 110101

Color Harmonies of #D2443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2443A

Black with #D2443A

Text Example


Text Example

White with #D2443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2443A; }

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

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

background-color css

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

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

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

border-color css

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

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

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