Html Css Color HEX #C12241 Cardinal

📋 copy color: '#C12241'

red 193 ◦ green 34 ◦ blue 65

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

Shades of Cardinal #C12241

Tints of Cardinal #C12241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.26%

R = 66.1%
G = 11.64%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C12241 (or 0xC12241) is known color: Cardinal. HEX triplet: C1, 22 and 41. RGB value is (193,34,65). Sum of RGB (Red+Green+Blue) = 193+34+65=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C12241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12241 is #3EDDBE. Grayscale: #555555. Windows color (decimal): -4119999 or 4268737. OLE color: 4268737.

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

Color convert

RGB 193 34 65 -
CMYK 0 0.82 0.66 0.24
HSL 348.3º 0.7% 0.45% -
HSV(B) 348.3º 0.82% 0.76% -
XYZ 23.52 12.86 6.24 -
YUV 85.08 116.68 204.98 -
System Red Green Blue C M Y K H S L
Decimal 193 34 65 0 0.82 0.66 0.24 348.3 0.7 0.45
Hex C1 22 41 0 52 42 18 15C 46 2D
Octal 301 42 101 0 122 102 30 534 106 55
Binary 11000001 100010 1000001 0 1010010 1000010 11000 101011100 1000110 101101

Color Harmonies of #C12241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12241

Black with #C12241

Text Example


Text Example

White with #C12241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12241; }

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

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

background-color css

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

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

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

border-color css

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

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

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