Html Css Color HEX #C20146 Cardinal

📋 copy color: '#C20146'

red 194 ◦ green 1 ◦ blue 70

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

Shades of Cardinal #C20146

Tints of Cardinal #C20146

RGB

 RED value IS 194 (76.17% from 255) = 73.21%

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 70 (27.73% from 255) = 26.42%

R = 73.21%
G = 0.38%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C20146 (or 0xC20146) is known color: Cardinal. HEX triplet: C2, 01 and 46. RGB value is (194,1,70). Sum of RGB (Red+Green+Blue) = 194+1+70=265 (35% of max value = 765). Red value is 194 (76.17% from 255 or 73.21% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 194 - color contains mainly: red. Hex color #C20146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20146 is #3DFEB9. Grayscale: #424242. Windows color (decimal): -4062906 or 4587970. OLE color: 4587970.

HSL color Cylindrical-coordinate representation of color #C20146: hue angle of 338.55º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20146 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 1 70 -
CMYK 0 0.99 0.64 0.24
HSL 338.55º 0.99% 0.38% -
HSV(B) 338.55º 0.99% 0.76% -
XYZ 23.36 11.93 6.87 -
YUV 66.57 129.94 218.89 -
System Red Green Blue C M Y K H S L
Decimal 194 1 70 0 0.99 0.64 0.24 338.55 0.99 0.38
Hex C2 1 46 0 63 40 18 153 63 26
Octal 302 1 106 0 143 100 30 523 143 46
Binary 11000010 1 1000110 0 1100011 1000000 11000 101010011 1100011 100110

Color Harmonies of #C20146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20146

Black with #C20146

Text Example


Text Example

White with #C20146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20146; }

 p { color: rgb(194,1,70); }

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

background-color css

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

 a { background-color: rgb(194,1,70); }

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

border-color css

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

 span { border-color: rgb(194,1,70); }

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