Html Css Color HEX #C60342 Crimson

📋 copy color: '#C60342'

red 198 ◦ green 3 ◦ blue 66

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

Shades of Crimson #C60342

Tints of Crimson #C60342

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 74.16%
G = 1.12%
B = 24.72%

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

#C60342 (or 0xC60342) is known color: Crimson. HEX triplet: C6, 03 and 42. RGB value is (198,3,66). Sum of RGB (Red+Green+Blue) = 198+3+66=267 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.16% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 198 - color contains mainly: red. Hex color #C60342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60342 is #39FCBD. Grayscale: #444444. Windows color (decimal): -3800254 or 4326342. OLE color: 4326342.

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

Color convert

RGB 198 3 66 -
CMYK 0 0.98 0.67 0.22
HSL 340.62º 0.97% 0.39% -
HSV(B) 340.62º 0.98% 0.78% -
XYZ 24.3 12.46 6.28 -
YUV 68.49 126.6 220.38 -
System Red Green Blue C M Y K H S L
Decimal 198 3 66 0 0.98 0.67 0.22 340.62 0.97 0.39
Hex C6 3 42 0 62 43 16 155 61 27
Octal 306 3 102 0 142 103 26 525 141 47
Binary 11000110 11 1000010 0 1100010 1000011 10110 101010101 1100001 100111

Color Harmonies of #C60342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60342

Black with #C60342

Text Example


Text Example

White with #C60342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60342; }

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

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

background-color css

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

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

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

border-color css

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

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

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