Html Css Color HEX #DA013B Crimson

📋 copy color: '#DA013B'

red 218 ◦ green 1 ◦ blue 59

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

Shades of Crimson #DA013B

Tints of Crimson #DA013B

RGB

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

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

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

R = 78.42%
G = 0.36%
B = 21.22%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA013B (or 0xDA013B) is known color: Crimson. HEX triplet: DA, 01 and 3B. RGB value is (218,1,59). Sum of RGB (Red+Green+Blue) = 218+1+59=278 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.42% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 218 - color contains mainly: red. Hex color #DA013B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA013B is #25FEC4. Grayscale: #484848. Windows color (decimal): -2490053 or 3867098. OLE color: 3867098.

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

Color convert

RGB 218 1 59 -
CMYK 0 1.00 0.73 0.15
HSL 343.96º 0.99% 0.43% -
HSV(B) 343.96º 1% 0.85% -
XYZ 29.71 15.24 5.51 -
YUV 72.5 120.39 231.78 -
System Red Green Blue C M Y K H S L
Decimal 218 1 59 0 1.00 0.73 0.15 343.96 0.99 0.43
Hex DA 1 3B 0 64 49 F 158 63 2B
Octal 332 1 73 0 144 111 17 530 143 53
Binary 11011010 1 111011 0 1100100 1001001 1111 101011000 1100011 101011

Color Harmonies of #DA013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA013B

Black with #DA013B

Text Example


Text Example

White with #DA013B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA013B; }

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

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

background-color css

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

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

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

border-color css

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

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

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