Html Css Color HEX #C4202E Cardinal

📋 copy color: '#C4202E'

red 196 ◦ green 32 ◦ blue 46

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

Shades of Cardinal #C4202E

Tints of Cardinal #C4202E

RGB

 RED value IS 196 (76.95% from 255) = 71.53%

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

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

R = 71.53%
G = 11.68%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4202E (or 0xC4202E) is known color: Cardinal. HEX triplet: C4, 20 and 2E. RGB value is (196,32,46). Sum of RGB (Red+Green+Blue) = 196+32+46=274 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.53% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 196 - color contains mainly: red. Hex color #C4202E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4202E is #3BDFD1. Grayscale: #525252. Windows color (decimal): -3923922 or 3023044. OLE color: 3023044.

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

Color convert

RGB 196 32 46 -
CMYK 0 0.84 0.77 0.23
HSL 354.88º 0.72% 0.45% -
HSV(B) 354.88º 0.84% 0.77% -
XYZ 23.77 12.97 3.83 -
YUV 82.63 107.33 208.86 -
System Red Green Blue C M Y K H S L
Decimal 196 32 46 0 0.84 0.77 0.23 354.88 0.72 0.45
Hex C4 20 2E 0 54 4D 17 163 48 2D
Octal 304 40 56 0 124 115 27 543 110 55
Binary 11000100 100000 101110 0 1010100 1001101 10111 101100011 1001000 101101

Color Harmonies of #C4202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4202E

Black with #C4202E

Text Example


Text Example

White with #C4202E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4202E; }

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

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

background-color css

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

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

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

border-color css

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

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

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