Html Css Color HEX #C60134 Crimson

📋 copy color: '#C60134'

red 198 ◦ green 1 ◦ blue 52

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

Shades of Crimson #C60134

Tints of Crimson #C60134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.72%

R = 78.88%
G = 0.4%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C60134 (or 0xC60134) is known color: Crimson. HEX triplet: C6, 01 and 34. RGB value is (198,1,52). Sum of RGB (Red+Green+Blue) = 198+1+52=251 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.88% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 198 - color contains mainly: red. Hex color #C60134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60134 is #39FECB. Grayscale: #414141. Windows color (decimal): -3800780 or 3408326. OLE color: 3408326.

HSL color Cylindrical-coordinate representation of color #C60134: hue angle of 344.47º 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 #C60134 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 1 52 -
CMYK 0 0.99 0.74 0.22
HSL 344.47º 0.99% 0.39% -
HSV(B) 344.47º 0.99% 0.78% -
XYZ 23.92 12.28 4.36 -
YUV 65.72 120.27 222.35 -
System Red Green Blue C M Y K H S L
Decimal 198 1 52 0 0.99 0.74 0.22 344.47 0.99 0.39
Hex C6 1 34 0 63 4A 16 158 63 27
Octal 306 1 64 0 143 112 26 530 143 47
Binary 11000110 1 110100 0 1100011 1001010 10110 101011000 1100011 100111

Color Harmonies of #C60134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60134

Black with #C60134

Text Example


Text Example

White with #C60134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60134; }

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

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

background-color css

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

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

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

border-color css

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

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

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