Html Css Color HEX #C12231 Cardinal

📋 copy color: '#C12231'

red 193 ◦ green 34 ◦ blue 49

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

Shades of Cardinal #C12231

Tints of Cardinal #C12231

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.32%

 BLUE value IS 49 (19.53% from 255) = 17.75%

R = 69.93%
G = 12.32%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C12231 (or 0xC12231) is known color: Cardinal. HEX triplet: C1, 22 and 31. RGB value is (193,34,49). Sum of RGB (Red+Green+Blue) = 193+34+49=276 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.93% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 193 - color contains mainly: red. Hex color #C12231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12231 is #3EDDCE. Grayscale: #535353. Windows color (decimal): -4120015 or 3220161. OLE color: 3220161.

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

Color convert

RGB 193 34 49 -
CMYK 0 0.82 0.75 0.24
HSL 354.34º 0.7% 0.45% -
HSV(B) 354.34º 0.82% 0.76% -
XYZ 23.12 12.7 4.14 -
YUV 83.25 108.68 206.28 -
System Red Green Blue C M Y K H S L
Decimal 193 34 49 0 0.82 0.75 0.24 354.34 0.7 0.45
Hex C1 22 31 0 52 4B 18 162 46 2D
Octal 301 42 61 0 122 113 30 542 106 55
Binary 11000001 100010 110001 0 1010010 1001011 11000 101100010 1000110 101101

Color Harmonies of #C12231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12231

Black with #C12231

Text Example


Text Example

White with #C12231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12231; }

 p { color: rgb(193,34,49); }

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

background-color css

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

 a { background-color: rgb(193,34,49); }

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

border-color css

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

 span { border-color: rgb(193,34,49); }

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