Html Css Color HEX #C1263C Cardinal

📋 copy color: '#C1263C'

red 193 ◦ green 38 ◦ blue 60

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

Shades of Cardinal #C1263C

Tints of Cardinal #C1263C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.62%

R = 66.32%
G = 13.06%
B = 20.62%

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

#C1263C (or 0xC1263C) is known color: Cardinal. HEX triplet: C1, 26 and 3C. RGB value is (193,38,60). Sum of RGB (Red+Green+Blue) = 193+38+60=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C1263C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1263C is #3ED9C3. Grayscale: #565656. Windows color (decimal): -4118980 or 3942081. OLE color: 3942081.

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

Color convert

RGB 193 38 60 -
CMYK 0 0.80 0.69 0.24
HSL 351.48º 0.67% 0.45% -
HSV(B) 351.48º 0.8% 0.76% -
XYZ 23.5 13.05 5.56 -
YUV 86.85 112.85 203.71 -
System Red Green Blue C M Y K H S L
Decimal 193 38 60 0 0.80 0.69 0.24 351.48 0.67 0.45
Hex C1 26 3C 0 50 45 18 15F 43 2D
Octal 301 46 74 0 120 105 30 537 103 55
Binary 11000001 100110 111100 0 1010000 1000101 11000 101011111 1000011 101101

Color Harmonies of #C1263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1263C

Black with #C1263C

Text Example


Text Example

White with #C1263C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1263C; }

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

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

background-color css

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

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

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

border-color css

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

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

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