Html Css Color HEX #D3053C Crimson

📋 copy color: '#D3053C'

red 211 ◦ green 5 ◦ blue 60

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

Shades of Crimson #D3053C

Tints of Crimson #D3053C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.74%

R = 76.45%
G = 1.81%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D3053C (or 0xD3053C) is known color: Crimson. HEX triplet: D3, 05 and 3C. RGB value is (211,5,60). Sum of RGB (Red+Green+Blue) = 211+5+60=276 (36% of max value = 765). Red value is 211 (82.81% from 255 or 76.45% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 211 - color contains mainly: red. Hex color #D3053C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3053C is #2CFAC3. Grayscale: #484848. Windows color (decimal): -2947780 or 3933651. OLE color: 3933651.

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

Color convert

RGB 211 5 60 -
CMYK 0 0.98 0.72 0.17
HSL 343.98º 0.95% 0.42% -
HSV(B) 343.98º 0.98% 0.83% -
XYZ 27.73 14.28 5.57 -
YUV 72.86 120.75 226.53 -
System Red Green Blue C M Y K H S L
Decimal 211 5 60 0 0.98 0.72 0.17 343.98 0.95 0.42
Hex D3 5 3C 0 62 48 11 158 5F 2A
Octal 323 5 74 0 142 110 21 530 137 52
Binary 11010011 101 111100 0 1100010 1001000 10001 101011000 1011111 101010

Color Harmonies of #D3053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3053C

Black with #D3053C

Text Example


Text Example

White with #D3053C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3053C; }

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

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

background-color css

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

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

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

border-color css

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

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

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