Html Css Color HEX #DA2342 Crimson

📋 copy color: '#DA2342'

red 218 ◦ green 35 ◦ blue 66

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

Shades of Crimson #DA2342

Tints of Crimson #DA2342

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.97%

 BLUE value IS 66 (26.17% from 255) = 20.69%

R = 68.34%
G = 10.97%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DA2342 (or 0xDA2342) is known color: Crimson. HEX triplet: DA, 23 and 42. RGB value is (218,35,66). Sum of RGB (Red+Green+Blue) = 218+35+66=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2342 is #25DCBD. Grayscale: #5D5D5D. Windows color (decimal): -2481342 or 4334554. OLE color: 4334554.

HSL color Cylindrical-coordinate representation of color #DA2342: hue angle of 349.84º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA2342 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 35 66 -
CMYK 0 0.84 0.70 0.15
HSL 349.84º 0.72% 0.5% -
HSV(B) 349.84º 0.84% 0.85% -
XYZ 30.5 16.5 6.73 -
YUV 93.25 112.63 216.98 -
System Red Green Blue C M Y K H S L
Decimal 218 35 66 0 0.84 0.70 0.15 349.84 0.72 0.5
Hex DA 23 42 0 54 46 F 15E 48 32
Octal 332 43 102 0 124 106 17 536 110 62
Binary 11011010 100011 1000010 0 1010100 1000110 1111 101011110 1001000 110010

Color Harmonies of #DA2342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2342

Black with #DA2342

Text Example


Text Example

White with #DA2342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2342; }

 p { color: rgb(218,35,66); }

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

background-color css

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

 a { background-color: rgb(218,35,66); }

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

border-color css

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

 span { border-color: rgb(218,35,66); }

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