Html Css Color HEX #DA0243 Crimson

📋 copy color: '#DA0243'

red 218 ◦ green 2 ◦ blue 67

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

Shades of Crimson #DA0243

Tints of Crimson #DA0243

RGB

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

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

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

R = 75.96%
G = 0.7%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA0243 (or 0xDA0243) is known color: Crimson. HEX triplet: DA, 02 and 43. RGB value is (218,2,67). Sum of RGB (Red+Green+Blue) = 218+2+67=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0243 is #25FDBC. Grayscale: #494949. Windows color (decimal): -2489789 or 4391642. OLE color: 4391642.

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

Color convert

RGB 218 2 67 -
CMYK 0 0.99 0.69 0.15
HSL 341.94º 0.98% 0.43% -
HSV(B) 341.94º 0.99% 0.85% -
XYZ 29.95 15.35 6.7 -
YUV 73.99 124.06 230.71 -
System Red Green Blue C M Y K H S L
Decimal 218 2 67 0 0.99 0.69 0.15 341.94 0.98 0.43
Hex DA 2 43 0 63 45 F 156 62 2B
Octal 332 2 103 0 143 105 17 526 142 53
Binary 11011010 10 1000011 0 1100011 1000101 1111 101010110 1100010 101011

Color Harmonies of #DA0243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0243

Black with #DA0243

Text Example


Text Example

White with #DA0243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0243; }

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

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

background-color css

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

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

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

border-color css

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

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

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