Html Css Color HEX #DA012A Crimson

📋 copy color: '#DA012A'

red 218 ◦ green 1 ◦ blue 42

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

Shades of Crimson #DA012A

Tints of Crimson #DA012A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 83.52%
G = 0.38%
B = 16.09%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA012A (or 0xDA012A) is known color: Crimson. HEX triplet: DA, 01 and 2A. RGB value is (218,1,42). Sum of RGB (Red+Green+Blue) = 218+1+42=261 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.52% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 218 - color contains mainly: red. Hex color #DA012A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA012A is #25FED5. Grayscale: #464646. Windows color (decimal): -2490070 or 2752986. OLE color: 2752986.

HSL color Cylindrical-coordinate representation of color #DA012A: hue angle of 348.66º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA012A is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 1 42 -
CMYK 0 1.00 0.81 0.15
HSL 348.66º 0.99% 0.43% -
HSV(B) 348.66º 1% 0.85% -
XYZ 29.34 15.09 3.56 -
YUV 70.56 111.89 233.17 -
System Red Green Blue C M Y K H S L
Decimal 218 1 42 0 1.00 0.81 0.15 348.66 0.99 0.43
Hex DA 1 2A 0 64 51 F 15D 63 2B
Octal 332 1 52 0 144 121 17 535 143 53
Binary 11011010 1 101010 0 1100100 1010001 1111 101011101 1100011 101011

Color Harmonies of #DA012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA012A

Black with #DA012A

Text Example


Text Example

White with #DA012A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA012A; }

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

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

background-color css

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

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

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

border-color css

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

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

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