Html Css Color HEX #DC1432 Crimson

📋 copy color: '#DC1432'

red 220 ◦ green 20 ◦ blue 50

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

Shades of Crimson #DC1432

Tints of Crimson #DC1432

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.9%

 BLUE value IS 50 (19.92% from 255) = 17.24%

R = 75.86%
G = 6.9%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC1432 (or 0xDC1432) is known color: Crimson. HEX triplet: DC, 14 and 32. RGB value is (220,20,50). Sum of RGB (Red+Green+Blue) = 220+20+50=290 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.86% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1432 is #23EBCD. Grayscale: #535353. Windows color (decimal): -2354126 or 3282140. OLE color: 3282140.

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

Color convert

RGB 220 20 50 -
CMYK 0 0.91 0.77 0.14
HSL 351º 0.83% 0.47% -
HSV(B) 351º 0.91% 0.86% -
XYZ 30.34 15.95 4.5 -
YUV 83.22 109.26 225.56 -
System Red Green Blue C M Y K H S L
Decimal 220 20 50 0 0.91 0.77 0.14 351 0.83 0.47
Hex DC 14 32 0 5B 4D E 15F 53 2F
Octal 334 24 62 0 133 115 16 537 123 57
Binary 11011100 10100 110010 0 1011011 1001101 1110 101011111 1010011 101111

Color Harmonies of #DC1432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1432

Black with #DC1432

Text Example


Text Example

White with #DC1432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1432; }

 p { color: rgb(220,20,50); }

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

background-color css

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

 a { background-color: rgb(220,20,50); }

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

border-color css

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

 span { border-color: rgb(220,20,50); }

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