Html Css Color HEX #C3232C Cardinal

📋 copy color: '#C3232C'

red 195 ◦ green 35 ◦ blue 44

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

Shades of Cardinal #C3232C

Tints of Cardinal #C3232C

RGB

 RED value IS 195 (76.56% from 255) = 71.17%

 GREEN value IS 35 (14.06% from 255) = 12.77%

 BLUE value IS 44 (17.58% from 255) = 16.06%

R = 71.17%
G = 12.77%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3232C (or 0xC3232C) is known color: Cardinal. HEX triplet: C3, 23 and 2C. RGB value is (195,35,44). Sum of RGB (Red+Green+Blue) = 195+35+44=274 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.17% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 195 - color contains mainly: red. Hex color #C3232C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3232C is #3CDCD3. Grayscale: #535353. Windows color (decimal): -3988692 or 2892739. OLE color: 2892739.

HSL color Cylindrical-coordinate representation of color #C3232C: hue angle of 356.62º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C3232C is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 35 44 -
CMYK 0 0.82 0.77 0.24
HSL 356.63º 0.7% 0.45% -
HSV(B) 356.63º 0.82% 0.76% -
XYZ 23.56 12.99 3.65 -
YUV 83.87 105.51 207.27 -
System Red Green Blue C M Y K H S L
Decimal 195 35 44 0 0.82 0.77 0.24 356.63 0.7 0.45
Hex C3 23 2C 0 52 4D 18 165 46 2D
Octal 303 43 54 0 122 115 30 545 106 55
Binary 11000011 100011 101100 0 1010010 1001101 11000 101100101 1000110 101101

Color Harmonies of #C3232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3232C

Black with #C3232C

Text Example


Text Example

White with #C3232C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3232C; }

 p { color: rgb(195,35,44); }

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

background-color css

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

 a { background-color: rgb(195,35,44); }

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

border-color css

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

 span { border-color: rgb(195,35,44); }

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