Html Css Color HEX #DA022B Crimson

📋 copy color: '#DA022B'

red 218 ◦ green 2 ◦ blue 43

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

Shades of Crimson #DA022B

Tints of Crimson #DA022B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.35%

R = 82.89%
G = 0.76%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA022B (or 0xDA022B) is known color: Crimson. HEX triplet: DA, 02 and 2B. RGB value is (218,2,43). Sum of RGB (Red+Green+Blue) = 218+2+43=263 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.89% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 218 - color contains mainly: red. Hex color #DA022B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA022B is #25FDD4. Grayscale: #474747. Windows color (decimal): -2489813 or 2818778. OLE color: 2818778.

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

Color convert

RGB 218 2 43 -
CMYK 0 0.99 0.80 0.15
HSL 348.61º 0.98% 0.43% -
HSV(B) 348.61º 0.99% 0.85% -
XYZ 29.37 15.12 3.66 -
YUV 71.26 112.06 232.67 -
System Red Green Blue C M Y K H S L
Decimal 218 2 43 0 0.99 0.80 0.15 348.61 0.98 0.43
Hex DA 2 2B 0 63 50 F 15D 62 2B
Octal 332 2 53 0 143 120 17 535 142 53
Binary 11011010 10 101011 0 1100011 1010000 1111 101011101 1100010 101011

Color Harmonies of #DA022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA022B

Black with #DA022B

Text Example


Text Example

White with #DA022B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA022B; }

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

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

background-color css

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

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

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

border-color css

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

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

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