Html Css Color HEX #DA0237 Crimson

📋 copy color: '#DA0237'

red 218 ◦ green 2 ◦ blue 55

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

Shades of Crimson #DA0237

Tints of Crimson #DA0237

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

 BLUE value IS 55 (21.88% from 255) = 20%

R = 79.27%
G = 0.73%
B = 20%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA0237 (or 0xDA0237) is known color: Crimson. HEX triplet: DA, 02 and 37. RGB value is (218,2,55). Sum of RGB (Red+Green+Blue) = 218+2+55=275 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.27% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 55 (21.88% from 255 or 20% from 275); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0237 is #25FDC8. Grayscale: #484848. Windows color (decimal): -2489801 or 3605210. OLE color: 3605210.

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

Color convert

RGB 218 2 55 -
CMYK 0 0.99 0.75 0.15
HSL 345.28º 0.98% 0.43% -
HSV(B) 345.28º 0.99% 0.85% -
XYZ 29.62 15.22 4.99 -
YUV 72.63 118.06 231.69 -
System Red Green Blue C M Y K H S L
Decimal 218 2 55 0 0.99 0.75 0.15 345.28 0.98 0.43
Hex DA 2 37 0 63 4B F 159 62 2B
Octal 332 2 67 0 143 113 17 531 142 53
Binary 11011010 10 110111 0 1100011 1001011 1111 101011001 1100010 101011

Color Harmonies of #DA0237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0237

Black with #DA0237

Text Example


Text Example

White with #DA0237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0237; }

 p { color: rgb(218,2,55); }

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

background-color css

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

 a { background-color: rgb(218,2,55); }

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

border-color css

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

 span { border-color: rgb(218,2,55); }

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