Html Css Color HEX #C2034A Cardinal

📋 copy color: '#C2034A'

red 194 ◦ green 3 ◦ blue 74

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

Shades of Cardinal #C2034A

Tints of Cardinal #C2034A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

 BLUE value IS 74 (29.3% from 255) = 27.31%

R = 71.59%
G = 1.11%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2034A (or 0xC2034A) is known color: Cardinal. HEX triplet: C2, 03 and 4A. RGB value is (194,3,74). Sum of RGB (Red+Green+Blue) = 194+3+74=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C2034A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2034A is #3DFCB5. Grayscale: #444444. Windows color (decimal): -4062390 or 4850626. OLE color: 4850626.

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

Color convert

RGB 194 3 74 -
CMYK 0 0.98 0.62 0.24
HSL 337.7º 0.97% 0.39% -
HSV(B) 337.7º 0.98% 0.76% -
XYZ 23.52 12.03 7.56 -
YUV 68.2 131.28 217.73 -
System Red Green Blue C M Y K H S L
Decimal 194 3 74 0 0.98 0.62 0.24 337.7 0.97 0.39
Hex C2 3 4A 0 62 3E 18 152 61 27
Octal 302 3 112 0 142 76 30 522 141 47
Binary 11000010 11 1001010 0 1100010 111110 11000 101010010 1100001 100111

Color Harmonies of #C2034A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2034A

Black with #C2034A

Text Example


Text Example

White with #C2034A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2034A; }

 p { color: rgb(194,3,74); }

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

background-color css

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

 a { background-color: rgb(194,3,74); }

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

border-color css

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

 span { border-color: rgb(194,3,74); }

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