Html Css Color HEX #C10136 Cardinal

📋 copy color: '#C10136'

red 193 ◦ green 1 ◦ blue 54

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

Shades of Cardinal #C10136

Tints of Cardinal #C10136

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 54 (21.48% from 255) = 21.77%

R = 77.82%
G = 0.4%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C10136 (or 0xC10136) is known color: Cardinal. HEX triplet: C1, 01 and 36. RGB value is (193,1,54). Sum of RGB (Red+Green+Blue) = 193+1+54=248 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.82% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 193 - color contains mainly: red. Hex color #C10136 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10136 is #3EFEC9. Grayscale: #404040. Windows color (decimal): -4128458 or 3539393. OLE color: 3539393.

HSL color Cylindrical-coordinate representation of color #C10136: hue angle of 343.44º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10136 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 1 54 -
CMYK 0 0.99 0.72 0.24
HSL 343.44º 0.99% 0.38% -
HSV(B) 343.44º 0.99% 0.76% -
XYZ 22.67 11.63 4.54 -
YUV 64.45 122.11 219.69 -
System Red Green Blue C M Y K H S L
Decimal 193 1 54 0 0.99 0.72 0.24 343.44 0.99 0.38
Hex C1 1 36 0 63 48 18 157 63 26
Octal 301 1 66 0 143 110 30 527 143 46
Binary 11000001 1 110110 0 1100011 1001000 11000 101010111 1100011 100110

Color Harmonies of #C10136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10136

Black with #C10136

Text Example


Text Example

White with #C10136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10136; }

 p { color: rgb(193,1,54); }

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

background-color css

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

 a { background-color: rgb(193,1,54); }

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

border-color css

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

 span { border-color: rgb(193,1,54); }

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