Html Css Color HEX #DA023B Crimson

📋 copy color: '#DA023B'

red 218 ◦ green 2 ◦ blue 59

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

Shades of Crimson #DA023B

Tints of Crimson #DA023B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.15%

R = 78.14%
G = 0.72%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA023B (or 0xDA023B) is known color: Crimson. HEX triplet: DA, 02 and 3B. RGB value is (218,2,59). Sum of RGB (Red+Green+Blue) = 218+2+59=279 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.14% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 218 - color contains mainly: red. Hex color #DA023B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA023B is #25FDC4. Grayscale: #494949. Windows color (decimal): -2489797 or 3867354. OLE color: 3867354.

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

Color convert

RGB 218 2 59 -
CMYK 0 0.99 0.73 0.15
HSL 344.17º 0.98% 0.43% -
HSV(B) 344.17º 0.99% 0.85% -
XYZ 29.72 15.26 5.52 -
YUV 73.08 120.06 231.37 -
System Red Green Blue C M Y K H S L
Decimal 218 2 59 0 0.99 0.73 0.15 344.17 0.98 0.43
Hex DA 2 3B 0 63 49 F 158 62 2B
Octal 332 2 73 0 143 111 17 530 142 53
Binary 11011010 10 111011 0 1100011 1001001 1111 101011000 1100010 101011

Color Harmonies of #DA023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA023B

Black with #DA023B

Text Example


Text Example

White with #DA023B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA023B; }

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

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

background-color css

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

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

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

border-color css

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

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

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