Html Css Color HEX #DA0335 Crimson

📋 copy color: '#DA0335'

red 218 ◦ green 3 ◦ blue 53

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

Shades of Crimson #DA0335

Tints of Crimson #DA0335

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

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

R = 79.56%
G = 1.09%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA0335 (or 0xDA0335) is known color: Crimson. HEX triplet: DA, 03 and 35. RGB value is (218,3,53). Sum of RGB (Red+Green+Blue) = 218+3+53=274 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.56% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0335 is #25FCCA. Grayscale: #484848. Windows color (decimal): -2489547 or 3474394. OLE color: 3474394.

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

Color convert

RGB 218 3 53 -
CMYK 0 0.99 0.76 0.15
HSL 346.05º 0.97% 0.43% -
HSV(B) 346.05º 0.99% 0.85% -
XYZ 29.59 15.23 4.75 -
YUV 72.99 116.73 231.43 -
System Red Green Blue C M Y K H S L
Decimal 218 3 53 0 0.99 0.76 0.15 346.05 0.97 0.43
Hex DA 3 35 0 63 4C F 15A 61 2B
Octal 332 3 65 0 143 114 17 532 141 53
Binary 11011010 11 110101 0 1100011 1001100 1111 101011010 1100001 101011

Color Harmonies of #DA0335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0335

Black with #DA0335

Text Example


Text Example

White with #DA0335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0335; }

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

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

background-color css

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

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

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

border-color css

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

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

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