Html Css Color HEX #C12443 Cardinal

📋 copy color: '#C12443'

red 193 ◦ green 36 ◦ blue 67

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

Shades of Cardinal #C12443

Tints of Cardinal #C12443

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.16%

 BLUE value IS 67 (26.56% from 255) = 22.64%

R = 65.2%
G = 12.16%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C12443 (or 0xC12443) is known color: Cardinal. HEX triplet: C1, 24 and 43. RGB value is (193,36,67). Sum of RGB (Red+Green+Blue) = 193+36+67=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C12443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12443 is #3EDBBC. Grayscale: #565656. Windows color (decimal): -4119485 or 4400321. OLE color: 4400321.

HSL color Cylindrical-coordinate representation of color #C12443: hue angle of 348.15º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12443 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 36 67 -
CMYK 0 0.81 0.65 0.24
HSL 348.15º 0.69% 0.45% -
HSV(B) 348.15º 0.81% 0.76% -
XYZ 23.64 13 6.57 -
YUV 86.48 117.01 203.98 -
System Red Green Blue C M Y K H S L
Decimal 193 36 67 0 0.81 0.65 0.24 348.15 0.69 0.45
Hex C1 24 43 0 51 41 18 15C 45 2D
Octal 301 44 103 0 121 101 30 534 105 55
Binary 11000001 100100 1000011 0 1010001 1000001 11000 101011100 1000101 101101

Color Harmonies of #C12443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12443

Black with #C12443

Text Example


Text Example

White with #C12443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12443; }

 p { color: rgb(193,36,67); }

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

background-color css

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

 a { background-color: rgb(193,36,67); }

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

border-color css

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

 span { border-color: rgb(193,36,67); }

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