Html Css Color HEX #C1253A Cardinal

📋 copy color: '#C1253A'

red 193 ◦ green 37 ◦ blue 58

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

Shades of Cardinal #C1253A

Tints of Cardinal #C1253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.85%

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

R = 67.01%
G = 12.85%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C1253A (or 0xC1253A) is known color: Cardinal. HEX triplet: C1, 25 and 3A. RGB value is (193,37,58). Sum of RGB (Red+Green+Blue) = 193+37+58=288 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.01% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 193 - color contains mainly: red. Hex color #C1253A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1253A is #3EDAC5. Grayscale: #565656. Windows color (decimal): -4119238 or 3810753. OLE color: 3810753.

HSL color Cylindrical-coordinate representation of color #C1253A: hue angle of 351.92º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C1253A is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 37 58 -
CMYK 0 0.81 0.70 0.24
HSL 351.92º 0.68% 0.45% -
HSV(B) 351.92º 0.81% 0.76% -
XYZ 23.42 12.97 5.27 -
YUV 86.04 112.18 204.29 -
System Red Green Blue C M Y K H S L
Decimal 193 37 58 0 0.81 0.70 0.24 351.92 0.68 0.45
Hex C1 25 3A 0 51 46 18 160 44 2D
Octal 301 45 72 0 121 106 30 540 104 55
Binary 11000001 100101 111010 0 1010001 1000110 11000 101100000 1000100 101101

Color Harmonies of #C1253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1253A

Black with #C1253A

Text Example


Text Example

White with #C1253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1253A; }

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

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

background-color css

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

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

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

border-color css

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

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

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