Html Css Color HEX #DA0035 Crimson

📋 copy color: '#DA0035'

red 218 ◦ green 0 ◦ blue 53

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

Shades of Crimson #DA0035

Tints of Crimson #DA0035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 53 (21.09% from 255) = 19.56%

R = 80.44%
G = 0%
B = 19.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA0035 (or 0xDA0035) is known color: Crimson. HEX triplet: DA, 00 and 35. RGB value is (218,0,53). Sum of RGB (Red+Green+Blue) = 218+0+53=271 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.44% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0035 is #25FFCA. Grayscale: #474747. Windows color (decimal): -2490315 or 3473626. OLE color: 3473626.

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

Color convert

RGB 218 0 53 -
CMYK 0 1 0.76 0.15
HSL 345.41º 1% 0.43% -
HSV(B) 345.41º 1% 0.85% -
XYZ 29.56 15.16 4.74 -
YUV 71.22 117.72 232.69 -
System Red Green Blue C M Y K H S L
Decimal 218 0 53 0 1 0.76 0.15 345.41 1 0.43
Hex DA 0 35 0 64 4C F 159 64 2B
Octal 332 0 65 0 144 114 17 531 144 53
Binary 11011010 0 110101 0 1100100 1001100 1111 101011001 1100100 101011

Color Harmonies of #DA0035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0035

Black with #DA0035

Text Example


Text Example

White with #DA0035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0035; }

 p { color: rgb(218,0,53); }

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

background-color css

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

 a { background-color: rgb(218,0,53); }

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

border-color css

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

 span { border-color: rgb(218,0,53); }

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