Html Css Color HEX #DA0A40 Crimson

📋 copy color: '#DA0A40'

red 218 ◦ green 10 ◦ blue 64

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

Shades of Crimson #DA0A40

Tints of Crimson #DA0A40

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.42%

 BLUE value IS 64 (25.39% from 255) = 21.92%

R = 74.66%
G = 3.42%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA0A40 (or 0xDA0A40) is known color: Crimson. HEX triplet: DA, 0A and 40. RGB value is (218,10,64). Sum of RGB (Red+Green+Blue) = 218+10+64=292 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.66% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0A40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0A40 is #25F5BF. Grayscale: #4E4E4E. Windows color (decimal): -2487744 or 4197082. OLE color: 4197082.

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

Color convert

RGB 218 10 64 -
CMYK 0 0.95 0.71 0.15
HSL 344.42º 0.91% 0.45% -
HSV(B) 344.42º 0.95% 0.85% -
XYZ 29.95 15.49 6.26 -
YUV 78.35 119.91 227.61 -
System Red Green Blue C M Y K H S L
Decimal 218 10 64 0 0.95 0.71 0.15 344.42 0.91 0.45
Hex DA A 40 0 5F 47 F 158 5B 2D
Octal 332 12 100 0 137 107 17 530 133 55
Binary 11011010 1010 1000000 0 1011111 1000111 1111 101011000 1011011 101101

Color Harmonies of #DA0A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0A40

Black with #DA0A40

Text Example


Text Example

White with #DA0A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0A40; }

 p { color: rgb(218,10,64); }

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

background-color css

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

 a { background-color: rgb(218,10,64); }

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

border-color css

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

 span { border-color: rgb(218,10,64); }

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