Html Css Color HEX #C11434 Cardinal

📋 copy color: '#C11434'

red 193 ◦ green 20 ◦ blue 52

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

Shades of Cardinal #C11434

Tints of Cardinal #C11434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.62%

R = 72.83%
G = 7.55%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C11434 (or 0xC11434) is known color: Cardinal. HEX triplet: C1, 14 and 34. RGB value is (193,20,52). Sum of RGB (Red+Green+Blue) = 193+20+52=265 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.83% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 193 - color contains mainly: red. Hex color #C11434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11434 is #3EEBCB. Grayscale: #4B4B4B. Windows color (decimal): -4123596 or 3413185. OLE color: 3413185.

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

Color convert

RGB 193 20 52 -
CMYK 0 0.90 0.73 0.24
HSL 348.9º 0.81% 0.42% -
HSV(B) 348.9º 0.9% 0.76% -
XYZ 22.86 12.09 4.38 -
YUV 75.38 114.81 211.9 -
System Red Green Blue C M Y K H S L
Decimal 193 20 52 0 0.90 0.73 0.24 348.9 0.81 0.42
Hex C1 14 34 0 5A 49 18 15D 51 2A
Octal 301 24 64 0 132 111 30 535 121 52
Binary 11000001 10100 110100 0 1011010 1001001 11000 101011101 1010001 101010

Color Harmonies of #C11434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11434

Black with #C11434

Text Example


Text Example

White with #C11434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11434; }

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

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

background-color css

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

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

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

border-color css

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

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

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