Html Css Color HEX #DC132B Crimson

📋 copy color: '#DC132B'

red 220 ◦ green 19 ◦ blue 43

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

Shades of Crimson #DC132B

Tints of Crimson #DC132B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.25%

R = 78.01%
G = 6.74%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC132B (or 0xDC132B) is known color: Crimson. HEX triplet: DC, 13 and 2B. RGB value is (220,19,43). Sum of RGB (Red+Green+Blue) = 220+19+43=282 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.01% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 220 - color contains mainly: red. Hex color #DC132B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC132B is #23ECD4. Grayscale: #515151. Windows color (decimal): -2354389 or 2823132. OLE color: 2823132.

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

Color convert

RGB 220 19 43 -
CMYK 0 0.91 0.80 0.14
HSL 352.84º 0.84% 0.47% -
HSV(B) 352.84º 0.91% 0.86% -
XYZ 30.18 15.86 3.76 -
YUV 81.84 106.09 226.55 -
System Red Green Blue C M Y K H S L
Decimal 220 19 43 0 0.91 0.80 0.14 352.84 0.84 0.47
Hex DC 13 2B 0 5B 50 E 161 54 2F
Octal 334 23 53 0 133 120 16 541 124 57
Binary 11011100 10011 101011 0 1011011 1010000 1110 101100001 1010100 101111

Color Harmonies of #DC132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC132B

Black with #DC132B

Text Example


Text Example

White with #DC132B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC132B; }

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

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

background-color css

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

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

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

border-color css

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

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

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