Html Css Color HEX #C60440 Crimson

📋 copy color: '#C60440'

red 198 ◦ green 4 ◦ blue 64

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

Shades of Crimson #C60440

Tints of Crimson #C60440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.5%

 BLUE value IS 64 (25.39% from 255) = 24.06%

R = 74.44%
G = 1.5%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C60440 (or 0xC60440) is known color: Crimson. HEX triplet: C6, 04 and 40. RGB value is (198,4,64). Sum of RGB (Red+Green+Blue) = 198+4+64=266 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.44% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 198 - color contains mainly: red. Hex color #C60440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60440 is #39FBBF. Grayscale: #444444. Windows color (decimal): -3800000 or 4195526. OLE color: 4195526.

HSL color Cylindrical-coordinate representation of color #C60440: hue angle of 341.44º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60440 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 4 64 -
CMYK 0 0.98 0.68 0.22
HSL 341.44º 0.96% 0.4% -
HSV(B) 341.44º 0.98% 0.78% -
XYZ 24.26 12.46 5.98 -
YUV 68.85 125.27 220.12 -
System Red Green Blue C M Y K H S L
Decimal 198 4 64 0 0.98 0.68 0.22 341.44 0.96 0.4
Hex C6 4 40 0 62 44 16 155 60 28
Octal 306 4 100 0 142 104 26 525 140 50
Binary 11000110 100 1000000 0 1100010 1000100 10110 101010101 1100000 101000

Color Harmonies of #C60440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60440

Black with #C60440

Text Example


Text Example

White with #C60440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60440; }

 p { color: rgb(198,4,64); }

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

background-color css

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

 a { background-color: rgb(198,4,64); }

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

border-color css

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

 span { border-color: rgb(198,4,64); }

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