Html Css Color HEX #C6023C Crimson

📋 copy color: '#C6023C'

red 198 ◦ green 2 ◦ blue 60

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

Shades of Crimson #C6023C

Tints of Crimson #C6023C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

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

R = 76.15%
G = 0.77%
B = 23.08%

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

#C6023C (or 0xC6023C) is known color: Crimson. HEX triplet: C6, 02 and 3C. RGB value is (198,2,60). Sum of RGB (Red+Green+Blue) = 198+2+60=260 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.15% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 198 - color contains mainly: red. Hex color #C6023C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6023C is #39FDC3. Grayscale: #434343. Windows color (decimal): -3800516 or 3932870. OLE color: 3932870.

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

Color convert

RGB 198 2 60 -
CMYK 0 0.99 0.70 0.22
HSL 342.24º 0.98% 0.39% -
HSV(B) 342.24º 0.99% 0.78% -
XYZ 24.13 12.38 5.39 -
YUV 67.22 123.93 221.28 -
System Red Green Blue C M Y K H S L
Decimal 198 2 60 0 0.99 0.70 0.22 342.24 0.98 0.39
Hex C6 2 3C 0 63 46 16 156 62 27
Octal 306 2 74 0 143 106 26 526 142 47
Binary 11000110 10 111100 0 1100011 1000110 10110 101010110 1100010 100111

Color Harmonies of #C6023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6023C

Black with #C6023C

Text Example


Text Example

White with #C6023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6023C; }

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

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

background-color css

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

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

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

border-color css

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

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

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