Html Css Color HEX #DA0038 Crimson

📋 copy color: '#DA0038'

red 218 ◦ green 0 ◦ blue 56

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

Shades of Crimson #DA0038

Tints of Crimson #DA0038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.44%

R = 79.56%
G = 0%
B = 20.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA0038 (or 0xDA0038) is known color: Crimson. HEX triplet: DA, 00 and 38. RGB value is (218,0,56). Sum of RGB (Red+Green+Blue) = 218+0+56=274 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.56% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0038 is #25FFC7. Grayscale: #474747. Windows color (decimal): -2490312 or 3670234. OLE color: 3670234.

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

Color convert

RGB 218 0 56 -
CMYK 0 1 0.74 0.15
HSL 344.59º 1% 0.43% -
HSV(B) 344.59º 1% 0.85% -
XYZ 29.63 15.19 5.11 -
YUV 71.57 119.22 232.45 -
System Red Green Blue C M Y K H S L
Decimal 218 0 56 0 1 0.74 0.15 344.59 1 0.43
Hex DA 0 38 0 64 4A F 159 64 2B
Octal 332 0 70 0 144 112 17 531 144 53
Binary 11011010 0 111000 0 1100100 1001010 1111 101011001 1100100 101011

Color Harmonies of #DA0038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0038

Black with #DA0038

Text Example


Text Example

White with #DA0038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0038; }

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

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

background-color css

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

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

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

border-color css

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

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

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