Html Css Color HEX #DC133B Crimson

📋 copy color: '#DC133B'

red 220 ◦ green 19 ◦ blue 59

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

Shades of Crimson #DC133B

Tints of Crimson #DC133B

RGB

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

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

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

R = 73.83%
G = 6.38%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC133B (or 0xDC133B) is known color: Crimson. HEX triplet: DC, 13 and 3B. RGB value is (220,19,59). Sum of RGB (Red+Green+Blue) = 220+19+59=298 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.83% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 220 - color contains mainly: red. Hex color #DC133B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC133B is #23ECC4. Grayscale: #535353. Windows color (decimal): -2354373 or 3871708. OLE color: 3871708.

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

Color convert

RGB 220 19 59 -
CMYK 0 0.91 0.73 0.14
HSL 348.06º 0.84% 0.47% -
HSV(B) 348.06º 0.91% 0.86% -
XYZ 30.54 16 5.62 -
YUV 83.66 114.09 225.25 -
System Red Green Blue C M Y K H S L
Decimal 220 19 59 0 0.91 0.73 0.14 348.06 0.84 0.47
Hex DC 13 3B 0 5B 49 E 15C 54 2F
Octal 334 23 73 0 133 111 16 534 124 57
Binary 11011100 10011 111011 0 1011011 1001001 1110 101011100 1010100 101111

Color Harmonies of #DC133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC133B

Black with #DC133B

Text Example


Text Example

White with #DC133B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC133B; }

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

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

background-color css

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

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

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

border-color css

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

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

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