Html Css Color HEX #DC0838 Crimson

📋 copy color: '#DC0838'

red 220 ◦ green 8 ◦ blue 56

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

Shades of Crimson #DC0838

Tints of Crimson #DC0838

RGB

 RED value IS 220 (86.33% from 255) = 77.46%

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

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

R = 77.46%
G = 2.82%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC0838 (or 0xDC0838) is known color: Crimson. HEX triplet: DC, 08 and 38. RGB value is (220,8,56). Sum of RGB (Red+Green+Blue) = 220+8+56=284 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.46% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0838 is #23F7C7. Grayscale: #4C4C4C. Windows color (decimal): -2357192 or 3672284. OLE color: 3672284.

HSL color Cylindrical-coordinate representation of color #DC0838: hue angle of 346.42º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC0838 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 8 56 -
CMYK 0 0.96 0.75 0.14
HSL 346.42º 0.93% 0.45% -
HSV(B) 346.42º 0.96% 0.86% -
XYZ 30.32 15.67 5.17 -
YUV 76.86 116.24 230.1 -
System Red Green Blue C M Y K H S L
Decimal 220 8 56 0 0.96 0.75 0.14 346.42 0.93 0.45
Hex DC 8 38 0 60 4B E 15A 5D 2D
Octal 334 10 70 0 140 113 16 532 135 55
Binary 11011100 1000 111000 0 1100000 1001011 1110 101011010 1011101 101101

Color Harmonies of #DC0838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0838

Black with #DC0838

Text Example


Text Example

White with #DC0838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0838; }

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

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

background-color css

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

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

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

border-color css

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

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

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