Html Css Color HEX #C20140 Cardinal

📋 copy color: '#C20140'

red 194 ◦ green 1 ◦ blue 64

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

Shades of Cardinal #C20140

Tints of Cardinal #C20140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.71%

R = 74.9%
G = 0.39%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C20140 (or 0xC20140) is known color: Cardinal. HEX triplet: C2, 01 and 40. RGB value is (194,1,64). Sum of RGB (Red+Green+Blue) = 194+1+64=259 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.90% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 194 - color contains mainly: red. Hex color #C20140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20140 is #3DFEBF. Grayscale: #414141. Windows color (decimal): -4062912 or 4194754. OLE color: 4194754.

HSL color Cylindrical-coordinate representation of color #C20140: hue angle of 340.41º 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 #C20140 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 1 64 -
CMYK 0 0.99 0.67 0.24
HSL 340.41º 0.99% 0.38% -
HSV(B) 340.41º 0.99% 0.76% -
XYZ 23.18 11.86 5.92 -
YUV 65.89 126.94 219.38 -
System Red Green Blue C M Y K H S L
Decimal 194 1 64 0 0.99 0.67 0.24 340.41 0.99 0.38
Hex C2 1 40 0 63 43 18 154 63 26
Octal 302 1 100 0 143 103 30 524 143 46
Binary 11000010 1 1000000 0 1100011 1000011 11000 101010100 1100011 100110

Color Harmonies of #C20140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20140

Black with #C20140

Text Example


Text Example

White with #C20140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20140; }

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

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

background-color css

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

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

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

border-color css

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

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

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