Html Css Color HEX #DA203F Crimson

📋 copy color: '#DA203F'

red 218 ◦ green 32 ◦ blue 63

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

Shades of Crimson #DA203F

Tints of Crimson #DA203F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.13%

R = 69.65%
G = 10.22%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA203F (or 0xDA203F) is known color: Crimson. HEX triplet: DA, 20 and 3F. RGB value is (218,32,63). Sum of RGB (Red+Green+Blue) = 218+32+63=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA203F is #25DFC0. Grayscale: #5B5B5B. Windows color (decimal): -2482113 or 4137178. OLE color: 4137178.

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

Color convert

RGB 218 32 63 -
CMYK 0 0.85 0.71 0.15
HSL 350º 0.74% 0.49% -
HSV(B) 350º 0.85% 0.85% -
XYZ 30.33 16.3 6.25 -
YUV 91.15 112.12 218.48 -
System Red Green Blue C M Y K H S L
Decimal 218 32 63 0 0.85 0.71 0.15 350 0.74 0.49
Hex DA 20 3F 0 55 47 F 15E 4A 31
Octal 332 40 77 0 125 107 17 536 112 61
Binary 11011010 100000 111111 0 1010101 1000111 1111 101011110 1001010 110001

Color Harmonies of #DA203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA203F

Black with #DA203F

Text Example


Text Example

White with #DA203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA203F; }

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

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

background-color css

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

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

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

border-color css

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

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

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