Html Css Color HEX #DA043B Crimson

📋 copy color: '#DA043B'

red 218 ◦ green 4 ◦ blue 59

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

Shades of Crimson #DA043B

Tints of Crimson #DA043B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.42%

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

R = 77.58%
G = 1.42%
B = 21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA043B (or 0xDA043B) is known color: Crimson. HEX triplet: DA, 04 and 3B. RGB value is (218,4,59). Sum of RGB (Red+Green+Blue) = 218+4+59=281 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.58% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 218 - color contains mainly: red. Hex color #DA043B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA043B is #25FBC4. Grayscale: #4A4A4A. Windows color (decimal): -2489285 or 3867866. OLE color: 3867866.

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

Color convert

RGB 218 4 59 -
CMYK 0 0.98 0.73 0.15
HSL 344.58º 0.96% 0.44% -
HSV(B) 344.58º 0.98% 0.85% -
XYZ 29.75 15.31 5.52 -
YUV 74.26 119.4 230.53 -
System Red Green Blue C M Y K H S L
Decimal 218 4 59 0 0.98 0.73 0.15 344.58 0.96 0.44
Hex DA 4 3B 0 62 49 F 159 60 2C
Octal 332 4 73 0 142 111 17 531 140 54
Binary 11011010 100 111011 0 1100010 1001001 1111 101011001 1100000 101100

Color Harmonies of #DA043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA043B

Black with #DA043B

Text Example


Text Example

White with #DA043B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA043B; }

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

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

background-color css

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

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

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

border-color css

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

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

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