Html Css Color HEX #DA1347 Crimson

📋 copy color: '#DA1347'

red 218 ◦ green 19 ◦ blue 71

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

Shades of Crimson #DA1347

Tints of Crimson #DA1347

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.17%

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

R = 70.78%
G = 6.17%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA1347 (or 0xDA1347) is known color: Crimson. HEX triplet: DA, 13 and 47. RGB value is (218,19,71). Sum of RGB (Red+Green+Blue) = 218+19+71=308 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.78% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1347 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1347 is #25ECB8. Grayscale: #545454. Windows color (decimal): -2485433 or 4658138. OLE color: 4658138.

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

Color convert

RGB 218 19 71 -
CMYK 0 0.91 0.67 0.15
HSL 344.32º 0.84% 0.46% -
HSV(B) 344.32º 0.91% 0.85% -
XYZ 30.28 15.83 7.42 -
YUV 84.43 120.43 223.27 -
System Red Green Blue C M Y K H S L
Decimal 218 19 71 0 0.91 0.67 0.15 344.32 0.84 0.46
Hex DA 13 47 0 5B 43 F 158 54 2E
Octal 332 23 107 0 133 103 17 530 124 56
Binary 11011010 10011 1000111 0 1011011 1000011 1111 101011000 1010100 101110

Color Harmonies of #DA1347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1347

Black with #DA1347

Text Example


Text Example

White with #DA1347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1347; }

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

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

background-color css

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

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

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

border-color css

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

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

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