Html Css Color HEX #D3053A Crimson

📋 copy color: '#D3053A'

red 211 ◦ green 5 ◦ blue 58

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

Shades of Crimson #D3053A

Tints of Crimson #D3053A

RGB

 RED value IS 211 (82.81% from 255) = 77.01%

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

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

R = 77.01%
G = 1.82%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D3053A (or 0xD3053A) is known color: Crimson. HEX triplet: D3, 05 and 3A. RGB value is (211,5,58). Sum of RGB (Red+Green+Blue) = 211+5+58=274 (36% of max value = 765). Red value is 211 (82.81% from 255 or 77.01% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 211 - color contains mainly: red. Hex color #D3053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3053A is #2CFAC5. Grayscale: #484848. Windows color (decimal): -2947782 or 3802579. OLE color: 3802579.

HSL color Cylindrical-coordinate representation of color #D3053A: hue angle of 344.56º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D3053A is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 5 58 -
CMYK 0 0.98 0.73 0.17
HSL 344.56º 0.95% 0.42% -
HSV(B) 344.56º 0.98% 0.83% -
XYZ 27.68 14.26 5.3 -
YUV 72.64 119.75 226.69 -
System Red Green Blue C M Y K H S L
Decimal 211 5 58 0 0.98 0.73 0.17 344.56 0.95 0.42
Hex D3 5 3A 0 62 49 11 159 5F 2A
Octal 323 5 72 0 142 111 21 531 137 52
Binary 11010011 101 111010 0 1100010 1001001 10001 101011001 1011111 101010

Color Harmonies of #D3053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3053A

Black with #D3053A

Text Example


Text Example

White with #D3053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3053A; }

 p { color: rgb(211,5,58); }

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

background-color css

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

 a { background-color: rgb(211,5,58); }

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

border-color css

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

 span { border-color: rgb(211,5,58); }

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