Html Css Color HEX #DA0838 Crimson

📋 copy color: '#DA0838'

red 218 ◦ green 8 ◦ blue 56

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

Shades of Crimson #DA0838

Tints of Crimson #DA0838

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.84%

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

R = 77.3%
G = 2.84%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA0838 (or 0xDA0838) is known color: Crimson. HEX triplet: DA, 08 and 38. RGB value is (218,8,56). Sum of RGB (Red+Green+Blue) = 218+8+56=282 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.30% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0838 is #25F7C7. Grayscale: #4C4C4C. Windows color (decimal): -2488264 or 3672282. OLE color: 3672282.

HSL color Cylindrical-coordinate representation of color #DA0838: hue angle of 346.29º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0838 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 8 56 -
CMYK 0 0.96 0.74 0.15
HSL 346.29º 0.93% 0.44% -
HSV(B) 346.29º 0.96% 0.85% -
XYZ 29.71 15.36 5.14 -
YUV 76.26 116.57 229.1 -
System Red Green Blue C M Y K H S L
Decimal 218 8 56 0 0.96 0.74 0.15 346.29 0.93 0.44
Hex DA 8 38 0 60 4A F 15A 5D 2C
Octal 332 10 70 0 140 112 17 532 135 54
Binary 11011010 1000 111000 0 1100000 1001010 1111 101011010 1011101 101100

Color Harmonies of #DA0838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0838

Black with #DA0838

Text Example


Text Example

White with #DA0838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0838; }

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

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

background-color css

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

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

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

border-color css

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

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

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