Html Css Color HEX #C60442 Crimson

📋 copy color: '#C60442'

red 198 ◦ green 4 ◦ blue 66

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

Shades of Crimson #C60442

Tints of Crimson #C60442

RGB

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

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

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

R = 73.88%
G = 1.49%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C60442 (or 0xC60442) is known color: Crimson. HEX triplet: C6, 04 and 42. RGB value is (198,4,66). Sum of RGB (Red+Green+Blue) = 198+4+66=268 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.88% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 198 - color contains mainly: red. Hex color #C60442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60442 is #39FBBD. Grayscale: #454545. Windows color (decimal): -3799998 or 4326598. OLE color: 4326598.

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

Color convert

RGB 198 4 66 -
CMYK 0 0.98 0.67 0.22
HSL 340.82º 0.96% 0.4% -
HSV(B) 340.82º 0.98% 0.78% -
XYZ 24.32 12.49 6.28 -
YUV 69.07 126.27 219.96 -
System Red Green Blue C M Y K H S L
Decimal 198 4 66 0 0.98 0.67 0.22 340.82 0.96 0.4
Hex C6 4 42 0 62 43 16 155 60 28
Octal 306 4 102 0 142 103 26 525 140 50
Binary 11000110 100 1000010 0 1100010 1000011 10110 101010101 1100000 101000

Color Harmonies of #C60442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60442

Black with #C60442

Text Example


Text Example

White with #C60442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60442; }

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

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

background-color css

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

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

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

border-color css

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

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

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