Html Css Color HEX #C60043 Crimson

📋 copy color: '#C60043'

red 198 ◦ green 0 ◦ blue 67

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

Shades of Crimson #C60043

Tints of Crimson #C60043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.28%

R = 74.72%
G = 0%
B = 25.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C60043 (or 0xC60043) is known color: Crimson. HEX triplet: C6, 00 and 43. RGB value is (198,0,67). Sum of RGB (Red+Green+Blue) = 198+0+67=265 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.72% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 198 - color contains mainly: red. Hex color #C60043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60043 is #39FFBC. Grayscale: #424242. Windows color (decimal): -3801021 or 4391110. OLE color: 4391110.

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

Color convert

RGB 198 0 67 -
CMYK 0 1 0.66 0.22
HSL 339.7º 1% 0.39% -
HSV(B) 339.7º 1% 0.78% -
XYZ 24.3 12.41 6.42 -
YUV 66.84 128.1 221.55 -
System Red Green Blue C M Y K H S L
Decimal 198 0 67 0 1 0.66 0.22 339.7 1 0.39
Hex C6 0 43 0 64 42 16 154 64 27
Octal 306 0 103 0 144 102 26 524 144 47
Binary 11000110 0 1000011 0 1100100 1000010 10110 101010100 1100100 100111

Color Harmonies of #C60043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60043

Black with #C60043

Text Example


Text Example

White with #C60043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60043; }

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

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

background-color css

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

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

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

border-color css

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

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

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