Html Css Color HEX #DC1335 Crimson

📋 copy color: '#DC1335'

red 220 ◦ green 19 ◦ blue 53

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

Shades of Crimson #DC1335

Tints of Crimson #DC1335

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.51%

 BLUE value IS 53 (21.09% from 255) = 18.15%

R = 75.34%
G = 6.51%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC1335 (or 0xDC1335) is known color: Crimson. HEX triplet: DC, 13 and 35. RGB value is (220,19,53). Sum of RGB (Red+Green+Blue) = 220+19+53=292 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.34% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1335 is #23ECCA. Grayscale: #535353. Windows color (decimal): -2354379 or 3478492. OLE color: 3478492.

HSL color Cylindrical-coordinate representation of color #DC1335: hue angle of 349.85º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1335 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 19 53 -
CMYK 0 0.91 0.76 0.14
HSL 349.85º 0.84% 0.47% -
HSV(B) 349.85º 0.91% 0.86% -
XYZ 30.39 15.94 4.84 -
YUV 82.98 111.09 225.74 -
System Red Green Blue C M Y K H S L
Decimal 220 19 53 0 0.91 0.76 0.14 349.85 0.84 0.47
Hex DC 13 35 0 5B 4C E 15E 54 2F
Octal 334 23 65 0 133 114 16 536 124 57
Binary 11011100 10011 110101 0 1011011 1001100 1110 101011110 1010100 101111

Color Harmonies of #DC1335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1335

Black with #DC1335

Text Example


Text Example

White with #DC1335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1335; }

 p { color: rgb(220,19,53); }

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

background-color css

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

 a { background-color: rgb(220,19,53); }

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

border-color css

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

 span { border-color: rgb(220,19,53); }

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