Html Css Color HEX #C6013C Crimson

📋 copy color: '#C6013C'

red 198 ◦ green 1 ◦ blue 60

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

Shades of Crimson #C6013C

Tints of Crimson #C6013C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.17%

R = 76.45%
G = 0.39%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6013C (or 0xC6013C) is known color: Crimson. HEX triplet: C6, 01 and 3C. RGB value is (198,1,60). Sum of RGB (Red+Green+Blue) = 198+1+60=259 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.45% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 198 - color contains mainly: red. Hex color #C6013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6013C is #39FEC3. Grayscale: #424242. Windows color (decimal): -3800772 or 3932614. OLE color: 3932614.

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

Color convert

RGB 198 1 60 -
CMYK 0 0.99 0.70 0.22
HSL 342.03º 0.99% 0.39% -
HSV(B) 342.03º 0.99% 0.78% -
XYZ 24.12 12.35 5.39 -
YUV 66.63 124.27 221.7 -
System Red Green Blue C M Y K H S L
Decimal 198 1 60 0 0.99 0.70 0.22 342.03 0.99 0.39
Hex C6 1 3C 0 63 46 16 156 63 27
Octal 306 1 74 0 143 106 26 526 143 47
Binary 11000110 1 111100 0 1100011 1000110 10110 101010110 1100011 100111

Color Harmonies of #C6013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6013C

Black with #C6013C

Text Example


Text Example

White with #C6013C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6013C; }

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

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

background-color css

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

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

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

border-color css

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

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

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