Html Css Color HEX #C11236 Cardinal

📋 copy color: '#C11236'

red 193 ◦ green 18 ◦ blue 54

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

Shades of Cardinal #C11236

Tints of Cardinal #C11236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.38%

R = 72.83%
G = 6.79%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C11236 (or 0xC11236) is known color: Cardinal. HEX triplet: C1, 12 and 36. RGB value is (193,18,54). Sum of RGB (Red+Green+Blue) = 193+18+54=265 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.83% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 193 - color contains mainly: red. Hex color #C11236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11236 is #3EEDC9. Grayscale: #4A4A4A. Windows color (decimal): -4124106 or 3543745. OLE color: 3543745.

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

Color convert

RGB 193 18 54 -
CMYK 0 0.91 0.72 0.24
HSL 347.66º 0.83% 0.41% -
HSV(B) 347.66º 0.91% 0.76% -
XYZ 22.87 12.04 4.61 -
YUV 74.43 116.48 212.57 -
System Red Green Blue C M Y K H S L
Decimal 193 18 54 0 0.91 0.72 0.24 347.66 0.83 0.41
Hex C1 12 36 0 5B 48 18 15C 53 29
Octal 301 22 66 0 133 110 30 534 123 51
Binary 11000001 10010 110110 0 1011011 1001000 11000 101011100 1010011 101001

Color Harmonies of #C11236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11236

Black with #C11236

Text Example


Text Example

White with #C11236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11236; }

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

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

background-color css

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

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

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

border-color css

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

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

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