Html Css Color HEX #C50043 Crimson

📋 copy color: '#C50043'

red 197 ◦ green 0 ◦ blue 67

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

Shades of Crimson #C50043

Tints of Crimson #C50043

RGB

 RED value IS 197 (77.34% from 255) = 74.62%

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

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

R = 74.62%
G = 0%
B = 25.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C50043 (or 0xC50043) is known color: Crimson. HEX triplet: C5, 00 and 43. RGB value is (197,0,67). Sum of RGB (Red+Green+Blue) = 197+0+67=264 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.62% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 67 (26.56% from 255 or 25.38% from 264); Max value from RGB is 197 - color contains mainly: red. Hex color #C50043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50043 is #3AFFBC. Grayscale: #424242. Windows color (decimal): -3866557 or 4391109. OLE color: 4391109.

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

Color convert

RGB 197 0 67 -
CMYK 0 1 0.66 0.23
HSL 339.59º 1% 0.39% -
HSV(B) 339.59º 1% 0.77% -
XYZ 24.04 12.28 6.41 -
YUV 66.54 128.27 221.05 -
System Red Green Blue C M Y K H S L
Decimal 197 0 67 0 1 0.66 0.23 339.59 1 0.39
Hex C5 0 43 0 64 42 17 154 64 27
Octal 305 0 103 0 144 102 27 524 144 47
Binary 11000101 0 1000011 0 1100100 1000010 10111 101010100 1100100 100111

Color Harmonies of #C50043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50043

Black with #C50043

Text Example


Text Example

White with #C50043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50043; }

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

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

background-color css

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

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

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

border-color css

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

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

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