Html Css Color HEX #C2202E Cardinal

📋 copy color: '#C2202E'

red 194 ◦ green 32 ◦ blue 46

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

Shades of Cardinal #C2202E

Tints of Cardinal #C2202E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.76%

 BLUE value IS 46 (18.36% from 255) = 16.91%

R = 71.32%
G = 11.76%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2202E (or 0xC2202E) is known color: Cardinal. HEX triplet: C2, 20 and 2E. RGB value is (194,32,46). Sum of RGB (Red+Green+Blue) = 194+32+46=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C2202E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2202E is #3DDFD1. Grayscale: #525252. Windows color (decimal): -4054994 or 3023042. OLE color: 3023042.

HSL color Cylindrical-coordinate representation of color #C2202E: hue angle of 354.81º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2202E is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 32 46 -
CMYK 0 0.84 0.76 0.24
HSL 354.81º 0.72% 0.44% -
HSV(B) 354.81º 0.84% 0.76% -
XYZ 23.26 12.7 3.81 -
YUV 82.03 107.67 207.86 -
System Red Green Blue C M Y K H S L
Decimal 194 32 46 0 0.84 0.76 0.24 354.81 0.72 0.44
Hex C2 20 2E 0 54 4C 18 163 48 2C
Octal 302 40 56 0 124 114 30 543 110 54
Binary 11000010 100000 101110 0 1010100 1001100 11000 101100011 1001000 101100

Color Harmonies of #C2202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2202E

Black with #C2202E

Text Example


Text Example

White with #C2202E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2202E; }

 p { color: rgb(194,32,46); }

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

background-color css

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

 a { background-color: rgb(194,32,46); }

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

border-color css

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

 span { border-color: rgb(194,32,46); }

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