Html Css Color HEX #DA203D Crimson

📋 copy color: '#DA203D'

red 218 ◦ green 32 ◦ blue 61

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

Shades of Crimson #DA203D

Tints of Crimson #DA203D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.61%

R = 70.1%
G = 10.29%
B = 19.61%

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

#DA203D (or 0xDA203D) is known color: Crimson. HEX triplet: DA, 20 and 3D. RGB value is (218,32,61). Sum of RGB (Red+Green+Blue) = 218+32+61=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA203D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA203D is #25DFC2. Grayscale: #5A5A5A. Windows color (decimal): -2482115 or 4006106. OLE color: 4006106.

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

Color convert

RGB 218 32 61 -
CMYK 0 0.85 0.72 0.15
HSL 350.65º 0.74% 0.49% -
HSV(B) 350.65º 0.85% 0.85% -
XYZ 30.27 16.28 5.96 -
YUV 90.92 111.12 218.64 -
System Red Green Blue C M Y K H S L
Decimal 218 32 61 0 0.85 0.72 0.15 350.65 0.74 0.49
Hex DA 20 3D 0 55 48 F 15F 4A 31
Octal 332 40 75 0 125 110 17 537 112 61
Binary 11011010 100000 111101 0 1010101 1001000 1111 101011111 1001010 110001

Color Harmonies of #DA203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA203D

Black with #DA203D

Text Example


Text Example

White with #DA203D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA203D; }

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

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

background-color css

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

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

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

border-color css

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

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

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