Html Css Color HEX #C11733 Cardinal

📋 copy color: '#C11733'

red 193 ◦ green 23 ◦ blue 51

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

Shades of Cardinal #C11733

Tints of Cardinal #C11733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.1%

R = 72.28%
G = 8.61%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C11733 (or 0xC11733) is known color: Cardinal. HEX triplet: C1, 17 and 33. RGB value is (193,23,51). Sum of RGB (Red+Green+Blue) = 193+23+51=267 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.28% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 193 - color contains mainly: red. Hex color #C11733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11733 is #3EE8CC. Grayscale: #4D4D4D. Windows color (decimal): -4122829 or 3348417. OLE color: 3348417.

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

Color convert

RGB 193 23 51 -
CMYK 0 0.88 0.74 0.24
HSL 350.12º 0.79% 0.42% -
HSV(B) 350.12º 0.88% 0.76% -
XYZ 22.9 12.19 4.28 -
YUV 77.02 113.32 210.72 -
System Red Green Blue C M Y K H S L
Decimal 193 23 51 0 0.88 0.74 0.24 350.12 0.79 0.42
Hex C1 17 33 0 58 4A 18 15E 4F 2A
Octal 301 27 63 0 130 112 30 536 117 52
Binary 11000001 10111 110011 0 1011000 1001010 11000 101011110 1001111 101010

Color Harmonies of #C11733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11733

Black with #C11733

Text Example


Text Example

White with #C11733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11733; }

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

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

background-color css

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

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

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

border-color css

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

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

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