Html Css Color HEX #DC0236 Crimson

📋 copy color: '#DC0236'

red 220 ◦ green 2 ◦ blue 54

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

Shades of Crimson #DC0236

Tints of Crimson #DC0236

RGB

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

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

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

R = 79.71%
G = 0.72%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC0236 (or 0xDC0236) is known color: Crimson. HEX triplet: DC, 02 and 36. RGB value is (220,2,54). Sum of RGB (Red+Green+Blue) = 220+2+54=276 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.71% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0236 is #23FDC9. Grayscale: #494949. Windows color (decimal): -2358730 or 3539676. OLE color: 3539676.

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

Color convert

RGB 220 2 54 -
CMYK 0 0.99 0.75 0.14
HSL 345.69º 0.98% 0.44% -
HSV(B) 345.69º 0.99% 0.86% -
XYZ 30.2 15.53 4.89 -
YUV 73.11 117.22 232.77 -
System Red Green Blue C M Y K H S L
Decimal 220 2 54 0 0.99 0.75 0.14 345.69 0.98 0.44
Hex DC 2 36 0 63 4B E 15A 62 2C
Octal 334 2 66 0 143 113 16 532 142 54
Binary 11011100 10 110110 0 1100011 1001011 1110 101011010 1100010 101100

Color Harmonies of #DC0236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0236

Black with #DC0236

Text Example


Text Example

White with #DC0236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0236; }

 p { color: rgb(220,2,54); }

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

background-color css

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

 a { background-color: rgb(220,2,54); }

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

border-color css

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

 span { border-color: rgb(220,2,54); }

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