Html Css Color HEX #C2043E Cardinal

📋 copy color: '#C2043E'

red 194 ◦ green 4 ◦ blue 62

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

Shades of Cardinal #C2043E

Tints of Cardinal #C2043E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.54%

 BLUE value IS 62 (24.61% from 255) = 23.85%

R = 74.62%
G = 1.54%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2043E (or 0xC2043E) is known color: Cardinal. HEX triplet: C2, 04 and 3E. RGB value is (194,4,62). Sum of RGB (Red+Green+Blue) = 194+4+62=260 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.62% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 194 - color contains mainly: red. Hex color #C2043E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2043E is #3DFBC1. Grayscale: #434343. Windows color (decimal): -4062146 or 4064450. OLE color: 4064450.

HSL color Cylindrical-coordinate representation of color #C2043E: hue angle of 341.68º degrees, saturation: 0.96, 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 #C2043E is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 4 62 -
CMYK 0 0.98 0.68 0.24
HSL 341.68º 0.96% 0.39% -
HSV(B) 341.68º 0.98% 0.76% -
XYZ 23.16 11.9 5.63 -
YUV 67.42 124.95 218.28 -
System Red Green Blue C M Y K H S L
Decimal 194 4 62 0 0.98 0.68 0.24 341.68 0.96 0.39
Hex C2 4 3E 0 62 44 18 156 60 27
Octal 302 4 76 0 142 104 30 526 140 47
Binary 11000010 100 111110 0 1100010 1000100 11000 101010110 1100000 100111

Color Harmonies of #C2043E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2043E

Black with #C2043E

Text Example


Text Example

White with #C2043E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2043E; }

 p { color: rgb(194,4,62); }

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

background-color css

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

 a { background-color: rgb(194,4,62); }

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

border-color css

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

 span { border-color: rgb(194,4,62); }

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