Html Css Color HEX #CD1143 Crimson

📋 copy color: '#CD1143'

red 205 ◦ green 17 ◦ blue 67

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

Shades of Crimson #CD1143

Tints of Crimson #CD1143

RGB

 RED value IS 205 (80.47% from 255) = 70.93%

 GREEN value IS 17 (7.03% from 255) = 5.88%

 BLUE value IS 67 (26.56% from 255) = 23.18%

R = 70.93%
G = 5.88%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CD1143 (or 0xCD1143) is known color: Crimson. HEX triplet: CD, 11 and 43. RGB value is (205,17,67). Sum of RGB (Red+Green+Blue) = 205+17+67=289 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.93% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 67 (26.56% from 255 or 23.18% from 289); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1143 is #32EEBC. Grayscale: #4E4E4E. Windows color (decimal): -3337917 or 4395469. OLE color: 4395469.

HSL color Cylindrical-coordinate representation of color #CD1143: hue angle of 344.04º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD1143 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 17 67 -
CMYK 0 0.92 0.67 0.20
HSL 344.04º 0.85% 0.44% -
HSV(B) 344.04º 0.92% 0.8% -
XYZ 26.39 13.79 6.58 -
YUV 78.91 121.28 217.93 -
System Red Green Blue C M Y K H S L
Decimal 205 17 67 0 0.92 0.67 0.20 344.04 0.85 0.44
Hex CD 11 43 0 5C 43 14 158 55 2C
Octal 315 21 103 0 134 103 24 530 125 54
Binary 11001101 10001 1000011 0 1011100 1000011 10100 101011000 1010101 101100

Color Harmonies of #CD1143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1143

Black with #CD1143

Text Example


Text Example

White with #CD1143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1143; }

 p { color: rgb(205,17,67); }

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

background-color css

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

 a { background-color: rgb(205,17,67); }

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

border-color css

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

 span { border-color: rgb(205,17,67); }

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