Html Css Color HEX #D3053E Crimson

📋 copy color: '#D3053E'

red 211 ◦ green 5 ◦ blue 62

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

Shades of Crimson #D3053E

Tints of Crimson #D3053E

RGB

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

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

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

R = 75.9%
G = 1.8%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D3053E (or 0xD3053E) is known color: Crimson. HEX triplet: D3, 05 and 3E. RGB value is (211,5,62). Sum of RGB (Red+Green+Blue) = 211+5+62=278 (36% of max value = 765). Red value is 211 (82.81% from 255 or 75.90% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 211 - color contains mainly: red. Hex color #D3053E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3053E is #2CFAC1. Grayscale: #494949. Windows color (decimal): -2947778 or 4064723. OLE color: 4064723.

HSL color Cylindrical-coordinate representation of color #D3053E: hue angle of 343.4º 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 #D3053E is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 5 62 -
CMYK 0 0.98 0.71 0.17
HSL 343.4º 0.95% 0.42% -
HSV(B) 343.4º 0.98% 0.83% -
XYZ 27.79 14.31 5.85 -
YUV 73.09 121.75 226.37 -
System Red Green Blue C M Y K H S L
Decimal 211 5 62 0 0.98 0.71 0.17 343.4 0.95 0.42
Hex D3 5 3E 0 62 47 11 157 5F 2A
Octal 323 5 76 0 142 107 21 527 137 52
Binary 11010011 101 111110 0 1100010 1000111 10001 101010111 1011111 101010

Color Harmonies of #D3053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3053E

Black with #D3053E

Text Example


Text Example

White with #D3053E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3053E; }

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

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

background-color css

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

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

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

border-color css

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

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

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