Html Css Color HEX #C60045 Crimson

📋 copy color: '#C60045'

red 198 ◦ green 0 ◦ blue 69

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

Shades of Crimson #C60045

Tints of Crimson #C60045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.84%

R = 74.16%
G = 0%
B = 25.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C60045 (or 0xC60045) is known color: Crimson. HEX triplet: C6, 00 and 45. RGB value is (198,0,69). Sum of RGB (Red+Green+Blue) = 198+0+69=267 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.16% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 198 - color contains mainly: red. Hex color #C60045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60045 is #39FFBA. Grayscale: #424242. Windows color (decimal): -3801019 or 4522182. OLE color: 4522182.

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

Color convert

RGB 198 0 69 -
CMYK 0 1 0.65 0.22
HSL 339.09º 1% 0.39% -
HSV(B) 339.09º 1% 0.78% -
XYZ 24.36 12.44 6.75 -
YUV 67.07 129.1 221.39 -
System Red Green Blue C M Y K H S L
Decimal 198 0 69 0 1 0.65 0.22 339.09 1 0.39
Hex C6 0 45 0 64 41 16 153 64 27
Octal 306 0 105 0 144 101 26 523 144 47
Binary 11000110 0 1000101 0 1100100 1000001 10110 101010011 1100100 100111

Color Harmonies of #C60045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60045

Black with #C60045

Text Example


Text Example

White with #C60045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60045; }

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

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

background-color css

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

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

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

border-color css

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

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

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