Html Css Color HEX #DC154B Crimson

📋 copy color: '#DC154B'

red 220 ◦ green 21 ◦ blue 75

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

Shades of Crimson #DC154B

Tints of Crimson #DC154B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.65%

 BLUE value IS 75 (29.69% from 255) = 23.73%

R = 69.62%
G = 6.65%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC154B (or 0xDC154B) is known color: Crimson. HEX triplet: DC, 15 and 4B. RGB value is (220,21,75). Sum of RGB (Red+Green+Blue) = 220+21+75=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC154B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC154B is #23EAB4. Grayscale: #565656. Windows color (decimal): -2353845 or 4920796. OLE color: 4920796.

HSL color Cylindrical-coordinate representation of color #DC154B: hue angle of 343.72º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC154B is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 21 75 -
CMYK 0 0.90 0.66 0.14
HSL 343.72º 0.83% 0.47% -
HSV(B) 343.72º 0.9% 0.86% -
XYZ 31.05 16.26 8.16 -
YUV 86.66 121.43 223.11 -
System Red Green Blue C M Y K H S L
Decimal 220 21 75 0 0.90 0.66 0.14 343.72 0.83 0.47
Hex DC 15 4B 0 5A 42 E 158 53 2F
Octal 334 25 113 0 132 102 16 530 123 57
Binary 11011100 10101 1001011 0 1011010 1000010 1110 101011000 1010011 101111

Color Harmonies of #DC154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC154B

Black with #DC154B

Text Example


Text Example

White with #DC154B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC154B; }

 p { color: rgb(220,21,75); }

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

background-color css

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

 a { background-color: rgb(220,21,75); }

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

border-color css

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

 span { border-color: rgb(220,21,75); }

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