Html Css Color HEX #DC133A Crimson

📋 copy color: '#DC133A'

red 220 ◦ green 19 ◦ blue 58

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

Shades of Crimson #DC133A

Tints of Crimson #DC133A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.53%

R = 74.07%
G = 6.4%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC133A (or 0xDC133A) is known color: Crimson. HEX triplet: DC, 13 and 3A. RGB value is (220,19,58). Sum of RGB (Red+Green+Blue) = 220+19+58=297 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.07% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 220 - color contains mainly: red. Hex color #DC133A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC133A is #23ECC5. Grayscale: #535353. Windows color (decimal): -2354374 or 3806172. OLE color: 3806172.

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

Color convert

RGB 220 19 58 -
CMYK 0 0.91 0.74 0.14
HSL 348.36º 0.84% 0.47% -
HSV(B) 348.36º 0.91% 0.86% -
XYZ 30.51 15.99 5.48 -
YUV 83.55 113.59 225.33 -
System Red Green Blue C M Y K H S L
Decimal 220 19 58 0 0.91 0.74 0.14 348.36 0.84 0.47
Hex DC 13 3A 0 5B 4A E 15C 54 2F
Octal 334 23 72 0 133 112 16 534 124 57
Binary 11011100 10011 111010 0 1011011 1001010 1110 101011100 1010100 101111

Color Harmonies of #DC133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC133A

Black with #DC133A

Text Example


Text Example

White with #DC133A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC133A; }

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

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

background-color css

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

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

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

border-color css

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

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

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