Html Css Color HEX #DA0135 Crimson

📋 copy color: '#DA0135'

red 218 ◦ green 1 ◦ blue 53

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

Shades of Crimson #DA0135

Tints of Crimson #DA0135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.49%

R = 80.15%
G = 0.37%
B = 19.49%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA0135 (or 0xDA0135) is known color: Crimson. HEX triplet: DA, 01 and 35. RGB value is (218,1,53). Sum of RGB (Red+Green+Blue) = 218+1+53=272 (36% of max value = 765). Red value is 218 (85.55% from 255 or 80.15% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 53 (21.09% from 255 or 19.49% from 272); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0135 is #25FECA. Grayscale: #474747. Windows color (decimal): -2490059 or 3473882. OLE color: 3473882.

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

Color convert

RGB 218 1 53 -
CMYK 0 1.00 0.76 0.15
HSL 345.62º 0.99% 0.43% -
HSV(B) 345.62º 1% 0.85% -
XYZ 29.57 15.18 4.74 -
YUV 71.81 117.39 232.27 -
System Red Green Blue C M Y K H S L
Decimal 218 1 53 0 1.00 0.76 0.15 345.62 0.99 0.43
Hex DA 1 35 0 64 4C F 15A 63 2B
Octal 332 1 65 0 144 114 17 532 143 53
Binary 11011010 1 110101 0 1100100 1001100 1111 101011010 1100011 101011

Color Harmonies of #DA0135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0135

Black with #DA0135

Text Example


Text Example

White with #DA0135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0135; }

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

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

background-color css

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

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

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

border-color css

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

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

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