Html Css Color HEX #C12041 Cardinal

📋 copy color: '#C12041'

red 193 ◦ green 32 ◦ blue 65

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

Shades of Cardinal #C12041

Tints of Cardinal #C12041

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.03%

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

R = 66.55%
G = 11.03%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C12041 (or 0xC12041) is known color: Cardinal. HEX triplet: C1, 20 and 41. RGB value is (193,32,65). Sum of RGB (Red+Green+Blue) = 193+32+65=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C12041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12041 is #3EDFBE. Grayscale: #535353. Windows color (decimal): -4120511 or 4268225. OLE color: 4268225.

HSL color Cylindrical-coordinate representation of color #C12041: hue angle of 347.7º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12041 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 32 65 -
CMYK 0 0.83 0.66 0.24
HSL 347.7º 0.72% 0.44% -
HSV(B) 347.7º 0.83% 0.76% -
XYZ 23.46 12.75 6.23 -
YUV 83.9 117.34 205.82 -
System Red Green Blue C M Y K H S L
Decimal 193 32 65 0 0.83 0.66 0.24 347.7 0.72 0.44
Hex C1 20 41 0 53 42 18 15C 48 2C
Octal 301 40 101 0 123 102 30 534 110 54
Binary 11000001 100000 1000001 0 1010011 1000010 11000 101011100 1001000 101100

Color Harmonies of #C12041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12041

Black with #C12041

Text Example


Text Example

White with #C12041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12041; }

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

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

background-color css

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

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

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

border-color css

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

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

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