Html Css Color HEX #C12242 Cardinal

📋 copy color: '#C12242'

red 193 ◦ green 34 ◦ blue 66

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

Shades of Cardinal #C12242

Tints of Cardinal #C12242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.53%

R = 65.87%
G = 11.6%
B = 22.53%

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

#C12242 (or 0xC12242) is known color: Cardinal. HEX triplet: C1, 22 and 42. RGB value is (193,34,66). Sum of RGB (Red+Green+Blue) = 193+34+66=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C12242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12242 is #3EDDBD. Grayscale: #555555. Windows color (decimal): -4119998 or 4334273. OLE color: 4334273.

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

Color convert

RGB 193 34 66 -
CMYK 0 0.82 0.66 0.24
HSL 347.92º 0.7% 0.45% -
HSV(B) 347.92º 0.82% 0.76% -
XYZ 23.55 12.87 6.4 -
YUV 85.19 117.18 204.9 -
System Red Green Blue C M Y K H S L
Decimal 193 34 66 0 0.82 0.66 0.24 347.92 0.7 0.45
Hex C1 22 42 0 52 42 18 15C 46 2D
Octal 301 42 102 0 122 102 30 534 106 55
Binary 11000001 100010 1000010 0 1010010 1000010 11000 101011100 1000110 101101

Color Harmonies of #C12242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12242

Black with #C12242

Text Example


Text Example

White with #C12242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12242; }

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

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

background-color css

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

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

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

border-color css

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

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

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