Html Css Color HEX #C20740 Cardinal

📋 copy color: '#C20740'

red 194 ◦ green 7 ◦ blue 64

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

Shades of Cardinal #C20740

Tints of Cardinal #C20740

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.64%

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

R = 73.21%
G = 2.64%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C20740 (or 0xC20740) is known color: Cardinal. HEX triplet: C2, 07 and 40. RGB value is (194,7,64). Sum of RGB (Red+Green+Blue) = 194+7+64=265 (35% of max value = 765). Red value is 194 (76.17% from 255 or 73.21% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 194 - color contains mainly: red. Hex color #C20740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20740 is #3DF8BF. Grayscale: #454545. Windows color (decimal): -4061376 or 4196290. OLE color: 4196290.

HSL color Cylindrical-coordinate representation of color #C20740: hue angle of 341.71º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20740 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 7 64 -
CMYK 0 0.96 0.67 0.24
HSL 341.71º 0.93% 0.39% -
HSV(B) 341.71º 0.96% 0.76% -
XYZ 23.25 11.99 5.94 -
YUV 69.41 124.95 216.87 -
System Red Green Blue C M Y K H S L
Decimal 194 7 64 0 0.96 0.67 0.24 341.71 0.93 0.39
Hex C2 7 40 0 60 43 18 156 5D 27
Octal 302 7 100 0 140 103 30 526 135 47
Binary 11000010 111 1000000 0 1100000 1000011 11000 101010110 1011101 100111

Color Harmonies of #C20740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20740

Black with #C20740

Text Example


Text Example

White with #C20740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20740; }

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

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

background-color css

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

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

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

border-color css

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

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

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