Html Css Color HEX #C11735 Cardinal

📋 copy color: '#C11735'

red 193 ◦ green 23 ◦ blue 53

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

Shades of Cardinal #C11735

Tints of Cardinal #C11735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.55%

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

R = 71.75%
G = 8.55%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C11735 (or 0xC11735) is known color: Cardinal. HEX triplet: C1, 17 and 35. RGB value is (193,23,53). Sum of RGB (Red+Green+Blue) = 193+23+53=269 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.75% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 193 - color contains mainly: red. Hex color #C11735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11735 is #3EE8CA. Grayscale: #4D4D4D. Windows color (decimal): -4122827 or 3479489. OLE color: 3479489.

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

Color convert

RGB 193 23 53 -
CMYK 0 0.88 0.73 0.24
HSL 349.41º 0.79% 0.42% -
HSV(B) 349.41º 0.88% 0.76% -
XYZ 22.94 12.21 4.52 -
YUV 77.25 114.32 210.56 -
System Red Green Blue C M Y K H S L
Decimal 193 23 53 0 0.88 0.73 0.24 349.41 0.79 0.42
Hex C1 17 35 0 58 49 18 15D 4F 2A
Octal 301 27 65 0 130 111 30 535 117 52
Binary 11000001 10111 110101 0 1011000 1001001 11000 101011101 1001111 101010

Color Harmonies of #C11735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11735

Black with #C11735

Text Example


Text Example

White with #C11735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11735; }

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

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

background-color css

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

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

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

border-color css

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

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

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