Html Css Color HEX #DA033E Crimson

📋 copy color: '#DA033E'

red 218 ◦ green 3 ◦ blue 62

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

Shades of Crimson #DA033E

Tints of Crimson #DA033E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.91%

R = 77.03%
G = 1.06%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA033E (or 0xDA033E) is known color: Crimson. HEX triplet: DA, 03 and 3E. RGB value is (218,3,62). Sum of RGB (Red+Green+Blue) = 218+3+62=283 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.03% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 218 - color contains mainly: red. Hex color #DA033E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA033E is #25FCC1. Grayscale: #494949. Windows color (decimal): -2489538 or 4064218. OLE color: 4064218.

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

Color convert

RGB 218 3 62 -
CMYK 0 0.99 0.72 0.15
HSL 343.53º 0.97% 0.43% -
HSV(B) 343.53º 0.99% 0.85% -
XYZ 29.82 15.32 5.94 -
YUV 74.01 121.23 230.7 -
System Red Green Blue C M Y K H S L
Decimal 218 3 62 0 0.99 0.72 0.15 343.53 0.97 0.43
Hex DA 3 3E 0 63 48 F 158 61 2B
Octal 332 3 76 0 143 110 17 530 141 53
Binary 11011010 11 111110 0 1100011 1001000 1111 101011000 1100001 101011

Color Harmonies of #DA033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA033E

Black with #DA033E

Text Example


Text Example

White with #DA033E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA033E; }

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

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

background-color css

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

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

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

border-color css

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

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

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