Html Css Color HEX #DA012C Crimson

📋 copy color: '#DA012C'

red 218 ◦ green 1 ◦ blue 44

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

Shades of Crimson #DA012C

Tints of Crimson #DA012C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.73%

R = 82.89%
G = 0.38%
B = 16.73%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA012C (or 0xDA012C) is known color: Crimson. HEX triplet: DA, 01 and 2C. RGB value is (218,1,44). Sum of RGB (Red+Green+Blue) = 218+1+44=263 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.89% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 218 - color contains mainly: red. Hex color #DA012C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA012C is #25FED3. Grayscale: #464646. Windows color (decimal): -2490068 or 2884058. OLE color: 2884058.

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

Color convert

RGB 218 1 44 -
CMYK 0 1.00 0.80 0.15
HSL 348.11º 0.99% 0.43% -
HSV(B) 348.11º 1% 0.85% -
XYZ 29.38 15.11 3.75 -
YUV 70.79 112.89 233 -
System Red Green Blue C M Y K H S L
Decimal 218 1 44 0 1.00 0.80 0.15 348.11 0.99 0.43
Hex DA 1 2C 0 64 50 F 15C 63 2B
Octal 332 1 54 0 144 120 17 534 143 53
Binary 11011010 1 101100 0 1100100 1010000 1111 101011100 1100011 101011

Color Harmonies of #DA012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA012C

Black with #DA012C

Text Example


Text Example

White with #DA012C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA012C; }

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

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

background-color css

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

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

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

border-color css

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

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

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