Html Css Color HEX #C1263B Cardinal

📋 copy color: '#C1263B'

red 193 ◦ green 38 ◦ blue 59

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

Shades of Cardinal #C1263B

Tints of Cardinal #C1263B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.1%

 BLUE value IS 59 (23.44% from 255) = 20.34%

R = 66.55%
G = 13.1%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C1263B (or 0xC1263B) is known color: Cardinal. HEX triplet: C1, 26 and 3B. RGB value is (193,38,59). Sum of RGB (Red+Green+Blue) = 193+38+59=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C1263B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1263B is #3ED9C4. Grayscale: #565656. Windows color (decimal): -4118981 or 3876545. OLE color: 3876545.

HSL color Cylindrical-coordinate representation of color #C1263B: hue angle of 351.87º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C1263B is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 38 59 -
CMYK 0 0.80 0.69 0.24
HSL 351.87º 0.67% 0.45% -
HSV(B) 351.87º 0.8% 0.76% -
XYZ 23.47 13.04 5.42 -
YUV 86.74 112.35 203.79 -
System Red Green Blue C M Y K H S L
Decimal 193 38 59 0 0.80 0.69 0.24 351.87 0.67 0.45
Hex C1 26 3B 0 50 45 18 160 43 2D
Octal 301 46 73 0 120 105 30 540 103 55
Binary 11000001 100110 111011 0 1010000 1000101 11000 101100000 1000011 101101

Color Harmonies of #C1263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1263B

Black with #C1263B

Text Example


Text Example

White with #C1263B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1263B; }

 p { color: rgb(193,38,59); }

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

background-color css

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

 a { background-color: rgb(193,38,59); }

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

border-color css

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

 span { border-color: rgb(193,38,59); }

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