Html Css Color HEX #C2043F Cardinal

📋 copy color: '#C2043F'

red 194 ◦ green 4 ◦ blue 63

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

Shades of Cardinal #C2043F

Tints of Cardinal #C2043F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.14%

R = 74.33%
G = 1.53%
B = 24.14%

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

#C2043F (or 0xC2043F) is known color: Cardinal. HEX triplet: C2, 04 and 3F. RGB value is (194,4,63). Sum of RGB (Red+Green+Blue) = 194+4+63=261 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.33% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 194 - color contains mainly: red. Hex color #C2043F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2043F is #3DFBC0. Grayscale: #434343. Windows color (decimal): -4062145 or 4129986. OLE color: 4129986.

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

Color convert

RGB 194 4 63 -
CMYK 0 0.98 0.68 0.24
HSL 341.37º 0.96% 0.39% -
HSV(B) 341.37º 0.98% 0.76% -
XYZ 23.19 11.92 5.78 -
YUV 67.54 125.45 218.2 -
System Red Green Blue C M Y K H S L
Decimal 194 4 63 0 0.98 0.68 0.24 341.37 0.96 0.39
Hex C2 4 3F 0 62 44 18 155 60 27
Octal 302 4 77 0 142 104 30 525 140 47
Binary 11000010 100 111111 0 1100010 1000100 11000 101010101 1100000 100111

Color Harmonies of #C2043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2043F

Black with #C2043F

Text Example


Text Example

White with #C2043F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2043F; }

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

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

background-color css

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

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

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

border-color css

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

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

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