Html Css Color HEX #C42132 Cardinal

📋 copy color: '#C42132'

red 196 ◦ green 33 ◦ blue 50

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

Shades of Cardinal #C42132

Tints of Cardinal #C42132

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.83%

 BLUE value IS 50 (19.92% from 255) = 17.92%

R = 70.25%
G = 11.83%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C42132 (or 0xC42132) is known color: Cardinal. HEX triplet: C4, 21 and 32. RGB value is (196,33,50). Sum of RGB (Red+Green+Blue) = 196+33+50=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C42132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42132 is #3BDECD. Grayscale: #535353. Windows color (decimal): -3923662 or 3285444. OLE color: 3285444.

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

Color convert

RGB 196 33 50 -
CMYK 0 0.83 0.74 0.23
HSL 353.74º 0.71% 0.45% -
HSV(B) 353.74º 0.83% 0.77% -
XYZ 23.88 13.05 4.28 -
YUV 83.68 109 208.12 -
System Red Green Blue C M Y K H S L
Decimal 196 33 50 0 0.83 0.74 0.23 353.74 0.71 0.45
Hex C4 21 32 0 53 4A 17 162 47 2D
Octal 304 41 62 0 123 112 27 542 107 55
Binary 11000100 100001 110010 0 1010011 1001010 10111 101100010 1000111 101101

Color Harmonies of #C42132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42132

Black with #C42132

Text Example


Text Example

White with #C42132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42132; }

 p { color: rgb(196,33,50); }

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

background-color css

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

 a { background-color: rgb(196,33,50); }

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

border-color css

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

 span { border-color: rgb(196,33,50); }

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