Html Css Color HEX #DA0836 Crimson

📋 copy color: '#DA0836'

red 218 ◦ green 8 ◦ blue 54

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

Shades of Crimson #DA0836

Tints of Crimson #DA0836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.29%

R = 77.86%
G = 2.86%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA0836 (or 0xDA0836) is known color: Crimson. HEX triplet: DA, 08 and 36. RGB value is (218,8,54). Sum of RGB (Red+Green+Blue) = 218+8+54=280 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.86% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0836 is #25F7C9. Grayscale: #4C4C4C. Windows color (decimal): -2488266 or 3541210. OLE color: 3541210.

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

Color convert

RGB 218 8 54 -
CMYK 0 0.96 0.75 0.15
HSL 346.86º 0.93% 0.44% -
HSV(B) 346.86º 0.96% 0.85% -
XYZ 29.67 15.35 4.89 -
YUV 76.03 115.57 229.26 -
System Red Green Blue C M Y K H S L
Decimal 218 8 54 0 0.96 0.75 0.15 346.86 0.93 0.44
Hex DA 8 36 0 60 4B F 15B 5D 2C
Octal 332 10 66 0 140 113 17 533 135 54
Binary 11011010 1000 110110 0 1100000 1001011 1111 101011011 1011101 101100

Color Harmonies of #DA0836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0836

Black with #DA0836

Text Example


Text Example

White with #DA0836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0836; }

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

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

background-color css

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

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

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

border-color css

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

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

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