Html Css Color HEX #C11235 Cardinal

📋 copy color: '#C11235'

red 193 ◦ green 18 ◦ blue 53

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

Shades of Cardinal #C11235

Tints of Cardinal #C11235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.08%

R = 73.11%
G = 6.82%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C11235 (or 0xC11235) is known color: Cardinal. HEX triplet: C1, 12 and 35. RGB value is (193,18,53). Sum of RGB (Red+Green+Blue) = 193+18+53=264 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.11% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 193 - color contains mainly: red. Hex color #C11235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11235 is #3EEDCA. Grayscale: #4A4A4A. Windows color (decimal): -4124107 or 3478209. OLE color: 3478209.

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

Color convert

RGB 193 18 53 -
CMYK 0 0.91 0.73 0.24
HSL 348º 0.83% 0.41% -
HSV(B) 348º 0.91% 0.76% -
XYZ 22.85 12.03 4.49 -
YUV 74.32 115.98 212.65 -
System Red Green Blue C M Y K H S L
Decimal 193 18 53 0 0.91 0.73 0.24 348 0.83 0.41
Hex C1 12 35 0 5B 49 18 15C 53 29
Octal 301 22 65 0 133 111 30 534 123 51
Binary 11000001 10010 110101 0 1011011 1001001 11000 101011100 1010011 101001

Color Harmonies of #C11235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11235

Black with #C11235

Text Example


Text Example

White with #C11235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11235; }

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

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

background-color css

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

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

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

border-color css

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

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

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