Html Css Color HEX #C12342 Cardinal

📋 copy color: '#C12342'

red 193 ◦ green 35 ◦ blue 66

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

Shades of Cardinal #C12342

Tints of Cardinal #C12342

RGB

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

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

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

R = 65.65%
G = 11.9%
B = 22.45%

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

#C12342 (or 0xC12342) is known color: Cardinal. HEX triplet: C1, 23 and 42. RGB value is (193,35,66). Sum of RGB (Red+Green+Blue) = 193+35+66=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C12342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12342 is #3EDCBD. Grayscale: #555555. Windows color (decimal): -4119742 or 4334529. OLE color: 4334529.

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

Color convert

RGB 193 35 66 -
CMYK 0 0.82 0.66 0.24
HSL 348.23º 0.69% 0.45% -
HSV(B) 348.23º 0.82% 0.76% -
XYZ 23.58 12.93 6.41 -
YUV 85.78 116.85 204.48 -
System Red Green Blue C M Y K H S L
Decimal 193 35 66 0 0.82 0.66 0.24 348.23 0.69 0.45
Hex C1 23 42 0 52 42 18 15C 45 2D
Octal 301 43 102 0 122 102 30 534 105 55
Binary 11000001 100011 1000010 0 1010010 1000010 11000 101011100 1000101 101101

Color Harmonies of #C12342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12342

Black with #C12342

Text Example


Text Example

White with #C12342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12342; }

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

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

background-color css

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

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

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

border-color css

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

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

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