Html Css Color HEX #D2043D Crimson

📋 copy color: '#D2043D'

red 210 ◦ green 4 ◦ blue 61

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

Shades of Crimson #D2043D

Tints of Crimson #D2043D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

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

R = 76.36%
G = 1.45%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D2043D (or 0xD2043D) is known color: Crimson. HEX triplet: D2, 04 and 3D. RGB value is (210,4,61). Sum of RGB (Red+Green+Blue) = 210+4+61=275 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.36% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 210 - color contains mainly: red. Hex color #D2043D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2043D is #2DFBC2. Grayscale: #484848. Windows color (decimal): -3013571 or 3998930. OLE color: 3998930.

HSL color Cylindrical-coordinate representation of color #D2043D: hue angle of 343.4º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2043D is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 4 61 -
CMYK 0 0.98 0.71 0.18
HSL 343.4º 0.96% 0.42% -
HSV(B) 343.4º 0.98% 0.82% -
XYZ 27.46 14.13 5.69 -
YUV 72.09 121.75 226.37 -
System Red Green Blue C M Y K H S L
Decimal 210 4 61 0 0.98 0.71 0.18 343.4 0.96 0.42
Hex D2 4 3D 0 62 47 12 157 60 2A
Octal 322 4 75 0 142 107 22 527 140 52
Binary 11010010 100 111101 0 1100010 1000111 10010 101010111 1100000 101010

Color Harmonies of #D2043D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2043D

Black with #D2043D

Text Example


Text Example

White with #D2043D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2043D; }

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

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

background-color css

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

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

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

border-color css

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

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

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