Html Css Color HEX #C11034 Cardinal

📋 copy color: '#C11034'

red 193 ◦ green 16 ◦ blue 52

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

Shades of Cardinal #C11034

Tints of Cardinal #C11034

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.13%

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

R = 73.95%
G = 6.13%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C11034 (or 0xC11034) is known color: Cardinal. HEX triplet: C1, 10 and 34. RGB value is (193,16,52). Sum of RGB (Red+Green+Blue) = 193+16+52=261 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.95% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 193 - color contains mainly: red. Hex color #C11034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11034 is #3EEFCB. Grayscale: #494949. Windows color (decimal): -4124620 or 3412161. OLE color: 3412161.

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

Color convert

RGB 193 16 52 -
CMYK 0 0.92 0.73 0.24
HSL 347.8º 0.85% 0.41% -
HSV(B) 347.8º 0.92% 0.76% -
XYZ 22.8 11.96 4.35 -
YUV 73.03 116.14 213.57 -
System Red Green Blue C M Y K H S L
Decimal 193 16 52 0 0.92 0.73 0.24 347.8 0.85 0.41
Hex C1 10 34 0 5C 49 18 15C 55 29
Octal 301 20 64 0 134 111 30 534 125 51
Binary 11000001 10000 110100 0 1011100 1001001 11000 101011100 1010101 101001

Color Harmonies of #C11034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11034

Black with #C11034

Text Example


Text Example

White with #C11034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11034; }

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

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

background-color css

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

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

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

border-color css

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

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

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