Html Css Color HEX #C2053A Cardinal

📋 copy color: '#C2053A'

red 194 ◦ green 5 ◦ blue 58

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

Shades of Cardinal #C2053A

Tints of Cardinal #C2053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

 BLUE value IS 58 (23.05% from 255) = 22.57%

R = 75.49%
G = 1.95%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2053A (or 0xC2053A) is known color: Cardinal. HEX triplet: C2, 05 and 3A. RGB value is (194,5,58). Sum of RGB (Red+Green+Blue) = 194+5+58=257 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.49% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 194 - color contains mainly: red. Hex color #C2053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2053A is #3DFAC5. Grayscale: #434343. Windows color (decimal): -4061894 or 3802562. OLE color: 3802562.

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

Color convert

RGB 194 5 58 -
CMYK 0 0.97 0.70 0.24
HSL 343.17º 0.95% 0.39% -
HSV(B) 343.17º 0.97% 0.76% -
XYZ 23.07 11.88 5.08 -
YUV 67.55 122.62 218.19 -
System Red Green Blue C M Y K H S L
Decimal 194 5 58 0 0.97 0.70 0.24 343.17 0.95 0.39
Hex C2 5 3A 0 61 46 18 157 5F 27
Octal 302 5 72 0 141 106 30 527 137 47
Binary 11000010 101 111010 0 1100001 1000110 11000 101010111 1011111 100111

Color Harmonies of #C2053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2053A

Black with #C2053A

Text Example


Text Example

White with #C2053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2053A; }

 p { color: rgb(194,5,58); }

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

background-color css

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

 a { background-color: rgb(194,5,58); }

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

border-color css

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

 span { border-color: rgb(194,5,58); }

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