Html Css Color HEX #DA022A Crimson

📋 copy color: '#DA022A'

red 218 ◦ green 2 ◦ blue 42

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

Shades of Crimson #DA022A

Tints of Crimson #DA022A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.03%

R = 83.21%
G = 0.76%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA022A (or 0xDA022A) is known color: Crimson. HEX triplet: DA, 02 and 2A. RGB value is (218,2,42). Sum of RGB (Red+Green+Blue) = 218+2+42=262 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.21% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 218 - color contains mainly: red. Hex color #DA022A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA022A is #25FDD5. Grayscale: #474747. Windows color (decimal): -2489814 or 2753242. OLE color: 2753242.

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

Color convert

RGB 218 2 42 -
CMYK 0 0.99 0.81 0.15
HSL 348.89º 0.98% 0.43% -
HSV(B) 348.89º 0.99% 0.85% -
XYZ 29.35 15.12 3.56 -
YUV 71.14 111.56 232.75 -
System Red Green Blue C M Y K H S L
Decimal 218 2 42 0 0.99 0.81 0.15 348.89 0.98 0.43
Hex DA 2 2A 0 63 51 F 15D 62 2B
Octal 332 2 52 0 143 121 17 535 142 53
Binary 11011010 10 101010 0 1100011 1010001 1111 101011101 1100010 101011

Color Harmonies of #DA022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA022A

Black with #DA022A

Text Example


Text Example

White with #DA022A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA022A; }

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

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

background-color css

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

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

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

border-color css

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

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

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