Html Css Color HEX #C1273B Cardinal

📋 copy color: '#C1273B'

red 193 ◦ green 39 ◦ blue 59

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

Shades of Cardinal #C1273B

Tints of Cardinal #C1273B

RGB

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

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

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

R = 66.32%
G = 13.4%
B = 20.27%

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

#C1273B (or 0xC1273B) is known color: Cardinal. HEX triplet: C1, 27 and 3B. RGB value is (193,39,59). Sum of RGB (Red+Green+Blue) = 193+39+59=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C1273B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1273B is #3ED8C4. Grayscale: #575757. Windows color (decimal): -4118725 or 3876801. OLE color: 3876801.

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

Color convert

RGB 193 39 59 -
CMYK 0 0.80 0.69 0.24
HSL 352.21º 0.66% 0.45% -
HSV(B) 352.21º 0.8% 0.76% -
XYZ 23.51 13.1 5.43 -
YUV 87.33 112.02 203.37 -
System Red Green Blue C M Y K H S L
Decimal 193 39 59 0 0.80 0.69 0.24 352.21 0.66 0.45
Hex C1 27 3B 0 50 45 18 160 42 2D
Octal 301 47 73 0 120 105 30 540 102 55
Binary 11000001 100111 111011 0 1010000 1000101 11000 101100000 1000010 101101

Color Harmonies of #C1273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1273B

Black with #C1273B

Text Example


Text Example

White with #C1273B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1273B; }

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

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

background-color css

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

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

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

border-color css

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

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

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