Html Css Color HEX #C1253C Cardinal

📋 copy color: '#C1253C'

red 193 ◦ green 37 ◦ blue 60

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

Shades of Cardinal #C1253C

Tints of Cardinal #C1253C

RGB

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

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

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

R = 66.55%
G = 12.76%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C1253C (or 0xC1253C) is known color: Cardinal. HEX triplet: C1, 25 and 3C. RGB value is (193,37,60). Sum of RGB (Red+Green+Blue) = 193+37+60=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C1253C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1253C is #3EDAC3. Grayscale: #565656. Windows color (decimal): -4119236 or 3941825. OLE color: 3941825.

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

Color convert

RGB 193 37 60 -
CMYK 0 0.81 0.69 0.24
HSL 351.15º 0.68% 0.45% -
HSV(B) 351.15º 0.81% 0.76% -
XYZ 23.47 12.99 5.54 -
YUV 86.27 113.18 204.13 -
System Red Green Blue C M Y K H S L
Decimal 193 37 60 0 0.81 0.69 0.24 351.15 0.68 0.45
Hex C1 25 3C 0 51 45 18 15F 44 2D
Octal 301 45 74 0 121 105 30 537 104 55
Binary 11000001 100101 111100 0 1010001 1000101 11000 101011111 1000100 101101

Color Harmonies of #C1253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1253C

Black with #C1253C

Text Example


Text Example

White with #C1253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1253C; }

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

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

background-color css

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

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

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

border-color css

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

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

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