Html Css Color HEX #C11233 Cardinal

📋 copy color: '#C11233'

red 193 ◦ green 18 ◦ blue 51

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

Shades of Cardinal #C11233

Tints of Cardinal #C11233

RGB

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

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

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

R = 73.66%
G = 6.87%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C11233 (or 0xC11233) is known color: Cardinal. HEX triplet: C1, 12 and 33. RGB value is (193,18,51). Sum of RGB (Red+Green+Blue) = 193+18+51=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C11233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11233 is #3EEDCC. Grayscale: #4A4A4A. Windows color (decimal): -4124109 or 3347137. OLE color: 3347137.

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

Color convert

RGB 193 18 51 -
CMYK 0 0.91 0.74 0.24
HSL 348.69º 0.83% 0.41% -
HSV(B) 348.69º 0.91% 0.76% -
XYZ 22.81 12.01 4.25 -
YUV 74.09 114.98 212.82 -
System Red Green Blue C M Y K H S L
Decimal 193 18 51 0 0.91 0.74 0.24 348.69 0.83 0.41
Hex C1 12 33 0 5B 4A 18 15D 53 29
Octal 301 22 63 0 133 112 30 535 123 51
Binary 11000001 10010 110011 0 1011011 1001010 11000 101011101 1010011 101001

Color Harmonies of #C11233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11233

Black with #C11233

Text Example


Text Example

White with #C11233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11233; }

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

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

background-color css

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

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

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

border-color css

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

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

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