Html Css Color HEX #C11634 Cardinal

📋 copy color: '#C11634'

red 193 ◦ green 22 ◦ blue 52

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

Shades of Cardinal #C11634

Tints of Cardinal #C11634

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.24%

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

R = 72.28%
G = 8.24%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C11634 (or 0xC11634) is known color: Cardinal. HEX triplet: C1, 16 and 34. RGB value is (193,22,52). Sum of RGB (Red+Green+Blue) = 193+22+52=267 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.28% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 193 - color contains mainly: red. Hex color #C11634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11634 is #3EE9CB. Grayscale: #4C4C4C. Windows color (decimal): -4123084 or 3413697. OLE color: 3413697.

HSL color Cylindrical-coordinate representation of color #C11634: hue angle of 349.47º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11634 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 22 52 -
CMYK 0 0.89 0.73 0.24
HSL 349.47º 0.8% 0.42% -
HSV(B) 349.47º 0.89% 0.76% -
XYZ 22.9 12.16 4.39 -
YUV 76.55 114.15 211.06 -
System Red Green Blue C M Y K H S L
Decimal 193 22 52 0 0.89 0.73 0.24 349.47 0.8 0.42
Hex C1 16 34 0 59 49 18 15D 50 2A
Octal 301 26 64 0 131 111 30 535 120 52
Binary 11000001 10110 110100 0 1011001 1001001 11000 101011101 1010000 101010

Color Harmonies of #C11634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11634

Black with #C11634

Text Example


Text Example

White with #C11634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11634; }

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

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

background-color css

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

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

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

border-color css

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

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

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