Html Css Color HEX #C60142 Crimson

📋 copy color: '#C60142'

red 198 ◦ green 1 ◦ blue 66

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

Shades of Crimson #C60142

Tints of Crimson #C60142

RGB

 RED value IS 198 (77.73% from 255) = 74.72%

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 66 (26.17% from 255) = 24.91%

R = 74.72%
G = 0.38%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C60142 (or 0xC60142) is known color: Crimson. HEX triplet: C6, 01 and 42. RGB value is (198,1,66). Sum of RGB (Red+Green+Blue) = 198+1+66=265 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.72% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 198 - color contains mainly: red. Hex color #C60142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60142 is #39FEBD. Grayscale: #434343. Windows color (decimal): -3800766 or 4325830. OLE color: 4325830.

HSL color Cylindrical-coordinate representation of color #C60142: hue angle of 340.2º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60142 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 1 66 -
CMYK 0 0.99 0.67 0.22
HSL 340.2º 0.99% 0.39% -
HSV(B) 340.2º 0.99% 0.78% -
XYZ 24.28 12.42 6.27 -
YUV 67.31 127.27 221.21 -
System Red Green Blue C M Y K H S L
Decimal 198 1 66 0 0.99 0.67 0.22 340.2 0.99 0.39
Hex C6 1 42 0 63 43 16 154 63 27
Octal 306 1 102 0 143 103 26 524 143 47
Binary 11000110 1 1000010 0 1100011 1000011 10110 101010100 1100011 100111

Color Harmonies of #C60142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60142

Black with #C60142

Text Example


Text Example

White with #C60142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60142; }

 p { color: rgb(198,1,66); }

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

background-color css

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

 a { background-color: rgb(198,1,66); }

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

border-color css

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

 span { border-color: rgb(198,1,66); }

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