Html Css Color HEX #C1263E Cardinal

📋 copy color: '#C1263E'

red 193 ◦ green 38 ◦ blue 62

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

Shades of Cardinal #C1263E

Tints of Cardinal #C1263E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.16%

R = 65.87%
G = 12.97%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C1263E (or 0xC1263E) is known color: Cardinal. HEX triplet: C1, 26 and 3E. RGB value is (193,38,62). Sum of RGB (Red+Green+Blue) = 193+38+62=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C1263E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1263E is #3ED9C1. Grayscale: #575757. Windows color (decimal): -4118978 or 4073153. OLE color: 4073153.

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

Color convert

RGB 193 38 62 -
CMYK 0 0.80 0.68 0.24
HSL 350.71º 0.67% 0.45% -
HSV(B) 350.71º 0.8% 0.76% -
XYZ 23.55 13.07 5.84 -
YUV 87.08 113.85 203.55 -
System Red Green Blue C M Y K H S L
Decimal 193 38 62 0 0.80 0.68 0.24 350.71 0.67 0.45
Hex C1 26 3E 0 50 44 18 15F 43 2D
Octal 301 46 76 0 120 104 30 537 103 55
Binary 11000001 100110 111110 0 1010000 1000100 11000 101011111 1000011 101101

Color Harmonies of #C1263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1263E

Black with #C1263E

Text Example


Text Example

White with #C1263E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1263E; }

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

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

background-color css

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

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

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

border-color css

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

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

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