Html Css Color HEX #C60135 Crimson

📋 copy color: '#C60135'

red 198 ◦ green 1 ◦ blue 53

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

Shades of Crimson #C60135

Tints of Crimson #C60135

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 53 (21.09% from 255) = 21.03%

R = 78.57%
G = 0.4%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C60135 (or 0xC60135) is known color: Crimson. HEX triplet: C6, 01 and 35. RGB value is (198,1,53). Sum of RGB (Red+Green+Blue) = 198+1+53=252 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.57% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 198 - color contains mainly: red. Hex color #C60135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60135 is #39FECA. Grayscale: #414141. Windows color (decimal): -3800779 or 3473862. OLE color: 3473862.

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

Color convert

RGB 198 1 53 -
CMYK 0 0.99 0.73 0.22
HSL 344.16º 0.99% 0.39% -
HSV(B) 344.16º 0.99% 0.78% -
XYZ 23.94 12.28 4.48 -
YUV 65.83 120.77 222.27 -
System Red Green Blue C M Y K H S L
Decimal 198 1 53 0 0.99 0.73 0.22 344.16 0.99 0.39
Hex C6 1 35 0 63 49 16 158 63 27
Octal 306 1 65 0 143 111 26 530 143 47
Binary 11000110 1 110101 0 1100011 1001001 10110 101011000 1100011 100111

Color Harmonies of #C60135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60135

Black with #C60135

Text Example


Text Example

White with #C60135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60135; }

 p { color: rgb(198,1,53); }

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

background-color css

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

 a { background-color: rgb(198,1,53); }

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

border-color css

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

 span { border-color: rgb(198,1,53); }

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