Html Css Color HEX #C60036 Crimson

📋 copy color: '#C60036'

red 198 ◦ green 0 ◦ blue 54

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

Shades of Crimson #C60036

Tints of Crimson #C60036

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 54 (21.48% from 255) = 21.43%

R = 78.57%
G = 0%
B = 21.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C60036 (or 0xC60036) is known color: Crimson. HEX triplet: C6, 00 and 36. RGB value is (198,0,54). Sum of RGB (Red+Green+Blue) = 198+0+54=252 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.57% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 198 - color contains mainly: red. Hex color #C60036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60036 is #39FFC9. Grayscale: #414141. Windows color (decimal): -3801034 or 3539142. OLE color: 3539142.

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

Color convert

RGB 198 0 54 -
CMYK 0 1 0.73 0.22
HSL 343.64º 1% 0.39% -
HSV(B) 343.64º 1% 0.78% -
XYZ 23.95 12.27 4.6 -
YUV 65.36 121.6 222.61 -
System Red Green Blue C M Y K H S L
Decimal 198 0 54 0 1 0.73 0.22 343.64 1 0.39
Hex C6 0 36 0 64 49 16 158 64 27
Octal 306 0 66 0 144 111 26 530 144 47
Binary 11000110 0 110110 0 1100100 1001001 10110 101011000 1100100 100111

Color Harmonies of #C60036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60036

Black with #C60036

Text Example


Text Example

White with #C60036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60036; }

 p { color: rgb(198,0,54); }

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

background-color css

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

 a { background-color: rgb(198,0,54); }

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

border-color css

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

 span { border-color: rgb(198,0,54); }

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