Html Css Color HEX #DA0043 Crimson

📋 copy color: '#DA0043'

red 218 ◦ green 0 ◦ blue 67

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

Shades of Crimson #DA0043

Tints of Crimson #DA0043

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 67 (26.56% from 255) = 23.51%

R = 76.49%
G = 0%
B = 23.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA0043 (or 0xDA0043) is known color: Crimson. HEX triplet: DA, 00 and 43. RGB value is (218,0,67). Sum of RGB (Red+Green+Blue) = 218+0+67=285 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.49% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0043 is #25FFBC. Grayscale: #484848. Windows color (decimal): -2490301 or 4391130. OLE color: 4391130.

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

Color convert

RGB 218 0 67 -
CMYK 0 1 0.69 0.15
HSL 341.56º 1% 0.43% -
HSV(B) 341.56º 1% 0.85% -
XYZ 29.93 15.31 6.69 -
YUV 72.82 124.72 231.55 -
System Red Green Blue C M Y K H S L
Decimal 218 0 67 0 1 0.69 0.15 341.56 1 0.43
Hex DA 0 43 0 64 45 F 156 64 2B
Octal 332 0 103 0 144 105 17 526 144 53
Binary 11011010 0 1000011 0 1100100 1000101 1111 101010110 1100100 101011

Color Harmonies of #DA0043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0043

Black with #DA0043

Text Example


Text Example

White with #DA0043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0043; }

 p { color: rgb(218,0,67); }

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

background-color css

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

 a { background-color: rgb(218,0,67); }

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

border-color css

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

 span { border-color: rgb(218,0,67); }

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