Html Css Color HEX #C11245 Cardinal

📋 copy color: '#C11245'

red 193 ◦ green 18 ◦ blue 69

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

Shades of Cardinal #C11245

Tints of Cardinal #C11245

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.43%

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

R = 68.93%
G = 6.43%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C11245 (or 0xC11245) is known color: Cardinal. HEX triplet: C1, 12 and 45. RGB value is (193,18,69). Sum of RGB (Red+Green+Blue) = 193+18+69=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C11245 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11245 is #3EEDBA. Grayscale: #4C4C4C. Windows color (decimal): -4124091 or 4526785. OLE color: 4526785.

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

Color convert

RGB 193 18 69 -
CMYK 0 0.91 0.64 0.24
HSL 342.51º 0.83% 0.41% -
HSV(B) 342.51º 0.91% 0.76% -
XYZ 23.28 12.2 6.76 -
YUV 76.14 123.98 211.35 -
System Red Green Blue C M Y K H S L
Decimal 193 18 69 0 0.91 0.64 0.24 342.51 0.83 0.41
Hex C1 12 45 0 5B 40 18 157 53 29
Octal 301 22 105 0 133 100 30 527 123 51
Binary 11000001 10010 1000101 0 1011011 1000000 11000 101010111 1010011 101001

Color Harmonies of #C11245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11245

Black with #C11245

Text Example


Text Example

White with #C11245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11245; }

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

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

background-color css

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

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

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

border-color css

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

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

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