Html Css Color HEX #DA0935 Crimson

📋 copy color: '#DA0935'

red 218 ◦ green 9 ◦ blue 53

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

Shades of Crimson #DA0935

Tints of Crimson #DA0935

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.21%

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

R = 77.86%
G = 3.21%
B = 18.93%

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

#DA0935 (or 0xDA0935) is known color: Crimson. HEX triplet: DA, 09 and 35. RGB value is (218,9,53). Sum of RGB (Red+Green+Blue) = 218+9+53=280 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.86% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0935 is #25F6CA. Grayscale: #4C4C4C. Windows color (decimal): -2488011 or 3475930. OLE color: 3475930.

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

Color convert

RGB 218 9 53 -
CMYK 0 0.96 0.76 0.15
HSL 347.37º 0.92% 0.45% -
HSV(B) 347.37º 0.96% 0.85% -
XYZ 29.65 15.36 4.77 -
YUV 76.51 114.74 228.92 -
System Red Green Blue C M Y K H S L
Decimal 218 9 53 0 0.96 0.76 0.15 347.37 0.92 0.45
Hex DA 9 35 0 60 4C F 15B 5C 2D
Octal 332 11 65 0 140 114 17 533 134 55
Binary 11011010 1001 110101 0 1100000 1001100 1111 101011011 1011100 101101

Color Harmonies of #DA0935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0935

Black with #DA0935

Text Example


Text Example

White with #DA0935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0935; }

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

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

background-color css

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

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

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

border-color css

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

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

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