Html Css Color HEX #C11432 Cardinal

📋 copy color: '#C11432'

red 193 ◦ green 20 ◦ blue 50

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

Shades of Cardinal #C11432

Tints of Cardinal #C11432

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.6%

 BLUE value IS 50 (19.92% from 255) = 19.01%

R = 73.38%
G = 7.6%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C11432 (or 0xC11432) is known color: Cardinal. HEX triplet: C1, 14 and 32. RGB value is (193,20,50). Sum of RGB (Red+Green+Blue) = 193+20+50=263 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.38% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 193 - color contains mainly: red. Hex color #C11432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11432 is #3EEBCD. Grayscale: #4B4B4B. Windows color (decimal): -4123598 or 3282113. OLE color: 3282113.

HSL color Cylindrical-coordinate representation of color #C11432: hue angle of 349.6º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11432 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 20 50 -
CMYK 0 0.90 0.74 0.24
HSL 349.6º 0.81% 0.42% -
HSV(B) 349.6º 0.9% 0.76% -
XYZ 22.82 12.07 4.14 -
YUV 75.15 113.81 212.06 -
System Red Green Blue C M Y K H S L
Decimal 193 20 50 0 0.90 0.74 0.24 349.6 0.81 0.42
Hex C1 14 32 0 5A 4A 18 15E 51 2A
Octal 301 24 62 0 132 112 30 536 121 52
Binary 11000001 10100 110010 0 1011010 1001010 11000 101011110 1010001 101010

Color Harmonies of #C11432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11432

Black with #C11432

Text Example


Text Example

White with #C11432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11432; }

 p { color: rgb(193,20,50); }

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

background-color css

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

 a { background-color: rgb(193,20,50); }

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

border-color css

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

 span { border-color: rgb(193,20,50); }

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