Html Css Color HEX #C1273A Cardinal

📋 copy color: '#C1273A'

red 193 ◦ green 39 ◦ blue 58

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

Shades of Cardinal #C1273A

Tints of Cardinal #C1273A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.45%

 BLUE value IS 58 (23.05% from 255) = 20%

R = 66.55%
G = 13.45%
B = 20%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C1273A (or 0xC1273A) is known color: Cardinal. HEX triplet: C1, 27 and 3A. RGB value is (193,39,58). Sum of RGB (Red+Green+Blue) = 193+39+58=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C1273A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1273A is #3ED8C5. Grayscale: #575757. Windows color (decimal): -4118726 or 3811265. OLE color: 3811265.

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

Color convert

RGB 193 39 58 -
CMYK 0 0.80 0.70 0.24
HSL 352.6º 0.66% 0.45% -
HSV(B) 352.6º 0.8% 0.76% -
XYZ 23.48 13.09 5.29 -
YUV 87.21 111.52 203.46 -
System Red Green Blue C M Y K H S L
Decimal 193 39 58 0 0.80 0.70 0.24 352.6 0.66 0.45
Hex C1 27 3A 0 50 46 18 161 42 2D
Octal 301 47 72 0 120 106 30 541 102 55
Binary 11000001 100111 111010 0 1010000 1000110 11000 101100001 1000010 101101

Color Harmonies of #C1273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1273A

Black with #C1273A

Text Example


Text Example

White with #C1273A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1273A; }

 p { color: rgb(193,39,58); }

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

background-color css

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

 a { background-color: rgb(193,39,58); }

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

border-color css

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

 span { border-color: rgb(193,39,58); }

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