Html Css Color HEX #D2053E Crimson

📋 copy color: '#D2053E'

red 210 ◦ green 5 ◦ blue 62

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

Shades of Crimson #D2053E

Tints of Crimson #D2053E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.81%

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

R = 75.81%
G = 1.81%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2053E (or 0xD2053E) is known color: Crimson. HEX triplet: D2, 05 and 3E. RGB value is (210,5,62). Sum of RGB (Red+Green+Blue) = 210+5+62=277 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.81% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 210 - color contains mainly: red. Hex color #D2053E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2053E is #2DFAC1. Grayscale: #484848. Windows color (decimal): -3013314 or 4064722. OLE color: 4064722.

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

Color convert

RGB 210 5 62 -
CMYK 0 0.98 0.70 0.18
HSL 343.32º 0.95% 0.42% -
HSV(B) 343.32º 0.98% 0.82% -
XYZ 27.5 14.16 5.84 -
YUV 72.79 121.92 225.87 -
System Red Green Blue C M Y K H S L
Decimal 210 5 62 0 0.98 0.70 0.18 343.32 0.95 0.42
Hex D2 5 3E 0 62 46 12 157 5F 2A
Octal 322 5 76 0 142 106 22 527 137 52
Binary 11010010 101 111110 0 1100010 1000110 10010 101010111 1011111 101010

Color Harmonies of #D2053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2053E

Black with #D2053E

Text Example


Text Example

White with #D2053E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2053E; }

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

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

background-color css

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

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

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

border-color css

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

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

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