Html Css Color HEX #C60032 Crimson

📋 copy color: '#C60032'

red 198 ◦ green 0 ◦ blue 50

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

Shades of Crimson #C60032

Tints of Crimson #C60032

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 50 (19.92% from 255) = 20.16%

R = 79.84%
G = 0%
B = 20.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C60032 (or 0xC60032) is known color: Crimson. HEX triplet: C6, 00 and 32. RGB value is (198,0,50). Sum of RGB (Red+Green+Blue) = 198+0+50=248 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.84% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 198 - color contains mainly: red. Hex color #C60032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60032 is #39FFCD. Grayscale: #404040. Windows color (decimal): -3801038 or 3276998. OLE color: 3276998.

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

Color convert

RGB 198 0 50 -
CMYK 0 1 0.75 0.22
HSL 344.85º 1% 0.39% -
HSV(B) 344.85º 1% 0.78% -
XYZ 23.86 12.24 4.12 -
YUV 64.9 119.6 222.93 -
System Red Green Blue C M Y K H S L
Decimal 198 0 50 0 1 0.75 0.22 344.85 1 0.39
Hex C6 0 32 0 64 4B 16 159 64 27
Octal 306 0 62 0 144 113 26 531 144 47
Binary 11000110 0 110010 0 1100100 1001011 10110 101011001 1100100 100111

Color Harmonies of #C60032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60032

Black with #C60032

Text Example


Text Example

White with #C60032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60032; }

 p { color: rgb(198,0,50); }

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

background-color css

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

 a { background-color: rgb(198,0,50); }

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

border-color css

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

 span { border-color: rgb(198,0,50); }

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