Html Css Color HEX #DA203E Crimson

📋 copy color: '#DA203E'

red 218 ◦ green 32 ◦ blue 62

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

Shades of Crimson #DA203E

Tints of Crimson #DA203E

RGB

 RED value IS 218 (85.55% from 255) = 69.87%

 GREEN value IS 32 (12.89% from 255) = 10.26%

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

R = 69.87%
G = 10.26%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA203E (or 0xDA203E) is known color: Crimson. HEX triplet: DA, 20 and 3E. RGB value is (218,32,62). Sum of RGB (Red+Green+Blue) = 218+32+62=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA203E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA203E is #25DFC1. Grayscale: #5B5B5B. Windows color (decimal): -2482114 or 4071642. OLE color: 4071642.

HSL color Cylindrical-coordinate representation of color #DA203E: hue angle of 350.32º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA203E is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 32 62 -
CMYK 0 0.85 0.72 0.15
HSL 350.32º 0.74% 0.49% -
HSV(B) 350.32º 0.85% 0.85% -
XYZ 30.3 16.29 6.1 -
YUV 91.03 111.62 218.56 -
System Red Green Blue C M Y K H S L
Decimal 218 32 62 0 0.85 0.72 0.15 350.32 0.74 0.49
Hex DA 20 3E 0 55 48 F 15E 4A 31
Octal 332 40 76 0 125 110 17 536 112 61
Binary 11011010 100000 111110 0 1010101 1001000 1111 101011110 1001010 110001

Color Harmonies of #DA203E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA203E

Black with #DA203E

Text Example


Text Example

White with #DA203E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA203E; }

 p { color: rgb(218,32,62); }

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

background-color css

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

 a { background-color: rgb(218,32,62); }

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

border-color css

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

 span { border-color: rgb(218,32,62); }

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