Html Css Color HEX #DA0835 Crimson

📋 copy color: '#DA0835'

red 218 ◦ green 8 ◦ blue 53

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

Shades of Crimson #DA0835

Tints of Crimson #DA0835

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.87%

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

R = 78.14%
G = 2.87%
B = 19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA0835 (or 0xDA0835) is known color: Crimson. HEX triplet: DA, 08 and 35. RGB value is (218,8,53). Sum of RGB (Red+Green+Blue) = 218+8+53=279 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.14% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0835 is #25F7CA. Grayscale: #4B4B4B. Windows color (decimal): -2488267 or 3475674. OLE color: 3475674.

HSL color Cylindrical-coordinate representation of color #DA0835: hue angle of 347.14º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0835 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 8 53 -
CMYK 0 0.96 0.76 0.15
HSL 347.14º 0.93% 0.44% -
HSV(B) 347.14º 0.96% 0.85% -
XYZ 29.64 15.34 4.77 -
YUV 75.92 115.07 229.34 -
System Red Green Blue C M Y K H S L
Decimal 218 8 53 0 0.96 0.76 0.15 347.14 0.93 0.44
Hex DA 8 35 0 60 4C F 15B 5D 2C
Octal 332 10 65 0 140 114 17 533 135 54
Binary 11011010 1000 110101 0 1100000 1001100 1111 101011011 1011101 101100

Color Harmonies of #DA0835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0835

Black with #DA0835

Text Example


Text Example

White with #DA0835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0835; }

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

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

background-color css

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

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

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

border-color css

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

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

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