Html Css Color HEX #DA0247 Crimson

📋 copy color: '#DA0247'

red 218 ◦ green 2 ◦ blue 71

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

Shades of Crimson #DA0247

Tints of Crimson #DA0247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

 BLUE value IS 71 (28.13% from 255) = 24.4%

R = 74.91%
G = 0.69%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA0247 (or 0xDA0247) is known color: Crimson. HEX triplet: DA, 02 and 47. RGB value is (218,2,71). Sum of RGB (Red+Green+Blue) = 218+2+71=291 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.91% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0247 is #25FDB8. Grayscale: #4A4A4A. Windows color (decimal): -2489785 or 4653786. OLE color: 4653786.

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

Color convert

RGB 218 2 71 -
CMYK 0 0.99 0.67 0.15
HSL 340.83º 0.98% 0.43% -
HSV(B) 340.83º 0.99% 0.85% -
XYZ 30.07 15.4 7.35 -
YUV 74.45 126.06 230.39 -
System Red Green Blue C M Y K H S L
Decimal 218 2 71 0 0.99 0.67 0.15 340.83 0.98 0.43
Hex DA 2 47 0 63 43 F 155 62 2B
Octal 332 2 107 0 143 103 17 525 142 53
Binary 11011010 10 1000111 0 1100011 1000011 1111 101010101 1100010 101011

Color Harmonies of #DA0247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0247

Black with #DA0247

Text Example


Text Example

White with #DA0247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0247; }

 p { color: rgb(218,2,71); }

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

background-color css

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

 a { background-color: rgb(218,2,71); }

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

border-color css

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

 span { border-color: rgb(218,2,71); }

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