Html Css Color HEX #DA213F Crimson

📋 copy color: '#DA213F'

red 218 ◦ green 33 ◦ blue 63

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

Shades of Crimson #DA213F

Tints of Crimson #DA213F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.51%

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

R = 69.43%
G = 10.51%
B = 20.06%

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

#DA213F (or 0xDA213F) is known color: Crimson. HEX triplet: DA, 21 and 3F. RGB value is (218,33,63). Sum of RGB (Red+Green+Blue) = 218+33+63=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA213F is #25DEC0. Grayscale: #5B5B5B. Windows color (decimal): -2481857 or 4137434. OLE color: 4137434.

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

Color convert

RGB 218 33 63 -
CMYK 0 0.85 0.71 0.15
HSL 350.27º 0.74% 0.49% -
HSV(B) 350.27º 0.85% 0.85% -
XYZ 30.35 16.35 6.26 -
YUV 91.74 111.79 218.06 -
System Red Green Blue C M Y K H S L
Decimal 218 33 63 0 0.85 0.71 0.15 350.27 0.74 0.49
Hex DA 21 3F 0 55 47 F 15E 4A 31
Octal 332 41 77 0 125 107 17 536 112 61
Binary 11011010 100001 111111 0 1010101 1000111 1111 101011110 1001010 110001

Color Harmonies of #DA213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA213F

Black with #DA213F

Text Example


Text Example

White with #DA213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA213F; }

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

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

background-color css

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

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

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

border-color css

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

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

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