Html Css Color HEX #C12345 Cardinal

📋 copy color: '#C12345'

red 193 ◦ green 35 ◦ blue 69

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

Shades of Cardinal #C12345

Tints of Cardinal #C12345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.23%

R = 64.98%
G = 11.78%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C12345 (or 0xC12345) is known color: Cardinal. HEX triplet: C1, 23 and 45. RGB value is (193,35,69). Sum of RGB (Red+Green+Blue) = 193+35+69=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C12345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12345 is #3EDCBA. Grayscale: #565656. Windows color (decimal): -4119739 or 4531137. OLE color: 4531137.

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

Color convert

RGB 193 35 69 -
CMYK 0 0.82 0.64 0.24
HSL 347.09º 0.69% 0.45% -
HSV(B) 347.09º 0.82% 0.76% -
XYZ 23.67 12.97 6.89 -
YUV 86.12 118.35 204.24 -
System Red Green Blue C M Y K H S L
Decimal 193 35 69 0 0.82 0.64 0.24 347.09 0.69 0.45
Hex C1 23 45 0 52 40 18 15B 45 2D
Octal 301 43 105 0 122 100 30 533 105 55
Binary 11000001 100011 1000101 0 1010010 1000000 11000 101011011 1000101 101101

Color Harmonies of #C12345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12345

Black with #C12345

Text Example


Text Example

White with #C12345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12345; }

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

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

background-color css

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

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

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

border-color css

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

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

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