Html Css Color HEX #C12341 Cardinal

📋 copy color: '#C12341'

red 193 ◦ green 35 ◦ blue 65

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

Shades of Cardinal #C12341

Tints of Cardinal #C12341

RGB

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

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

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

R = 65.87%
G = 11.95%
B = 22.18%

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

#C12341 (or 0xC12341) is known color: Cardinal. HEX triplet: C1, 23 and 41. RGB value is (193,35,65). Sum of RGB (Red+Green+Blue) = 193+35+65=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C12341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12341 is #3EDCBE. Grayscale: #555555. Windows color (decimal): -4119743 or 4268993. OLE color: 4268993.

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

Color convert

RGB 193 35 65 -
CMYK 0 0.82 0.66 0.24
HSL 348.61º 0.69% 0.45% -
HSV(B) 348.61º 0.82% 0.76% -
XYZ 23.55 12.92 6.25 -
YUV 85.66 116.35 204.56 -
System Red Green Blue C M Y K H S L
Decimal 193 35 65 0 0.82 0.66 0.24 348.61 0.69 0.45
Hex C1 23 41 0 52 42 18 15D 45 2D
Octal 301 43 101 0 122 102 30 535 105 55
Binary 11000001 100011 1000001 0 1010010 1000010 11000 101011101 1000101 101101

Color Harmonies of #C12341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12341

Black with #C12341

Text Example


Text Example

White with #C12341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12341; }

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

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

background-color css

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

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

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

border-color css

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

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

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