Html Css Color HEX #C1232C Cardinal

📋 copy color: '#C1232C'

red 193 ◦ green 35 ◦ blue 44

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

Shades of Cardinal #C1232C

Tints of Cardinal #C1232C

RGB

 RED value IS 193 (75.78% from 255) = 70.96%

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

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

R = 70.96%
G = 12.87%
B = 16.18%

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

#C1232C (or 0xC1232C) is known color: Cardinal. HEX triplet: C1, 23 and 2C. RGB value is (193,35,44). Sum of RGB (Red+Green+Blue) = 193+35+44=272 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.96% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 193 - color contains mainly: red. Hex color #C1232C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1232C is #3EDCD3. Grayscale: #535353. Windows color (decimal): -4119764 or 2892737. OLE color: 2892737.

HSL color Cylindrical-coordinate representation of color #C1232C: hue angle of 356.58º degrees, saturation: 0.69, 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 #C1232C is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 35 44 -
CMYK 0 0.82 0.77 0.24
HSL 356.58º 0.69% 0.45% -
HSV(B) 356.58º 0.82% 0.76% -
XYZ 23.05 12.72 3.62 -
YUV 83.27 105.85 206.27 -
System Red Green Blue C M Y K H S L
Decimal 193 35 44 0 0.82 0.77 0.24 356.58 0.69 0.45
Hex C1 23 2C 0 52 4D 18 165 45 2D
Octal 301 43 54 0 122 115 30 545 105 55
Binary 11000001 100011 101100 0 1010010 1001101 11000 101100101 1000101 101101

Color Harmonies of #C1232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1232C

Black with #C1232C

Text Example


Text Example

White with #C1232C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1232C; }

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

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

background-color css

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

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

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

border-color css

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

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

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