Html Css Color HEX #C60044 Crimson

📋 copy color: '#C60044'

red 198 ◦ green 0 ◦ blue 68

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

Shades of Crimson #C60044

Tints of Crimson #C60044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.56%

R = 74.44%
G = 0%
B = 25.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C60044 (or 0xC60044) is known color: Crimson. HEX triplet: C6, 00 and 44. RGB value is (198,0,68). Sum of RGB (Red+Green+Blue) = 198+0+68=266 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.44% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 198 - color contains mainly: red. Hex color #C60044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60044 is #39FFBB. Grayscale: #424242. Windows color (decimal): -3801020 or 4456646. OLE color: 4456646.

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

Color convert

RGB 198 0 68 -
CMYK 0 1 0.66 0.22
HSL 339.39º 1% 0.39% -
HSV(B) 339.39º 1% 0.78% -
XYZ 24.33 12.42 6.58 -
YUV 66.95 128.6 221.47 -
System Red Green Blue C M Y K H S L
Decimal 198 0 68 0 1 0.66 0.22 339.39 1 0.39
Hex C6 0 44 0 64 42 16 153 64 27
Octal 306 0 104 0 144 102 26 523 144 47
Binary 11000110 0 1000100 0 1100100 1000010 10110 101010011 1100100 100111

Color Harmonies of #C60044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60044

Black with #C60044

Text Example


Text Example

White with #C60044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60044; }

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

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

background-color css

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

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

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

border-color css

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

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

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