Html Css Color HEX #DC033B Crimson

📋 copy color: '#DC033B'

red 220 ◦ green 3 ◦ blue 59

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

Shades of Crimson #DC033B

Tints of Crimson #DC033B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.06%

 BLUE value IS 59 (23.44% from 255) = 20.92%

R = 78.01%
G = 1.06%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC033B (or 0xDC033B) is known color: Crimson. HEX triplet: DC, 03 and 3B. RGB value is (220,3,59). Sum of RGB (Red+Green+Blue) = 220+3+59=282 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.01% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 220 - color contains mainly: red. Hex color #DC033B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC033B is #23FCC4. Grayscale: #4A4A4A. Windows color (decimal): -2358469 or 3867612. OLE color: 3867612.

HSL color Cylindrical-coordinate representation of color #DC033B: hue angle of 344.52º degrees, saturation: 0.97, 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 #DC033B is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 3 59 -
CMYK 0 0.99 0.73 0.14
HSL 344.52º 0.97% 0.44% -
HSV(B) 344.52º 0.99% 0.86% -
XYZ 30.34 15.6 5.55 -
YUV 74.27 119.39 231.95 -
System Red Green Blue C M Y K H S L
Decimal 220 3 59 0 0.99 0.73 0.14 344.52 0.97 0.44
Hex DC 3 3B 0 63 49 E 159 61 2C
Octal 334 3 73 0 143 111 16 531 141 54
Binary 11011100 11 111011 0 1100011 1001001 1110 101011001 1100001 101100

Color Harmonies of #DC033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC033B

Black with #DC033B

Text Example


Text Example

White with #DC033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC033B; }

 p { color: rgb(220,3,59); }

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

background-color css

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

 a { background-color: rgb(220,3,59); }

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

border-color css

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

 span { border-color: rgb(220,3,59); }

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