Html Css Color HEX #C1232B Cardinal

📋 copy color: '#C1232B'

red 193 ◦ green 35 ◦ blue 43

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

Shades of Cardinal #C1232B

Tints of Cardinal #C1232B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.87%

R = 71.22%
G = 12.92%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1232B (or 0xC1232B) is known color: Cardinal. HEX triplet: C1, 23 and 2B. RGB value is (193,35,43). Sum of RGB (Red+Green+Blue) = 193+35+43=271 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.22% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 193 - color contains mainly: red. Hex color #C1232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1232B is #3EDCD4. Grayscale: #535353. Windows color (decimal): -4119765 or 2827201. OLE color: 2827201.

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

Color convert

RGB 193 35 43 -
CMYK 0 0.82 0.78 0.24
HSL 356.96º 0.69% 0.45% -
HSV(B) 356.96º 0.82% 0.76% -
XYZ 23.03 12.71 3.53 -
YUV 83.15 105.35 206.35 -
System Red Green Blue C M Y K H S L
Decimal 193 35 43 0 0.82 0.78 0.24 356.96 0.69 0.45
Hex C1 23 2B 0 52 4E 18 165 45 2D
Octal 301 43 53 0 122 116 30 545 105 55
Binary 11000001 100011 101011 0 1010010 1001110 11000 101100101 1000101 101101

Color Harmonies of #C1232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1232B

Black with #C1232B

Text Example


Text Example

White with #C1232B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1232B; }

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

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

background-color css

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

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

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

border-color css

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

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

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