Html Css Color HEX #C6033C Crimson

📋 copy color: '#C6033C'

red 198 ◦ green 3 ◦ blue 60

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

Shades of Crimson #C6033C

Tints of Crimson #C6033C

RGB

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

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

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

R = 75.86%
G = 1.15%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6033C (or 0xC6033C) is known color: Crimson. HEX triplet: C6, 03 and 3C. RGB value is (198,3,60). Sum of RGB (Red+Green+Blue) = 198+3+60=261 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.86% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 198 - color contains mainly: red. Hex color #C6033C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6033C is #39FCC3. Grayscale: #434343. Windows color (decimal): -3800260 or 3933126. OLE color: 3933126.

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

Color convert

RGB 198 3 60 -
CMYK 0 0.98 0.70 0.22
HSL 342.46º 0.97% 0.39% -
HSV(B) 342.46º 0.98% 0.78% -
XYZ 24.14 12.4 5.4 -
YUV 67.8 123.6 220.87 -
System Red Green Blue C M Y K H S L
Decimal 198 3 60 0 0.98 0.70 0.22 342.46 0.97 0.39
Hex C6 3 3C 0 62 46 16 156 61 27
Octal 306 3 74 0 142 106 26 526 141 47
Binary 11000110 11 111100 0 1100010 1000110 10110 101010110 1100001 100111

Color Harmonies of #C6033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6033C

Black with #C6033C

Text Example


Text Example

White with #C6033C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6033C; }

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

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

background-color css

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

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

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

border-color css

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

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

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