Html Css Color HEX #C1243C Cardinal

📋 copy color: '#C1243C'

red 193 ◦ green 36 ◦ blue 60

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

Shades of Cardinal #C1243C

Tints of Cardinal #C1243C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.46%

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

R = 66.78%
G = 12.46%
B = 20.76%

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

#C1243C (or 0xC1243C) is known color: Cardinal. HEX triplet: C1, 24 and 3C. RGB value is (193,36,60). Sum of RGB (Red+Green+Blue) = 193+36+60=289 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.78% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 193 - color contains mainly: red. Hex color #C1243C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1243C is #3EDBC3. Grayscale: #555555. Windows color (decimal): -4119492 or 3941569. OLE color: 3941569.

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

Color convert

RGB 193 36 60 -
CMYK 0 0.81 0.69 0.24
HSL 350.83º 0.69% 0.45% -
HSV(B) 350.83º 0.81% 0.76% -
XYZ 23.44 12.93 5.53 -
YUV 85.68 113.51 204.55 -
System Red Green Blue C M Y K H S L
Decimal 193 36 60 0 0.81 0.69 0.24 350.83 0.69 0.45
Hex C1 24 3C 0 51 45 18 15F 45 2D
Octal 301 44 74 0 121 105 30 537 105 55
Binary 11000001 100100 111100 0 1010001 1000101 11000 101011111 1000101 101101

Color Harmonies of #C1243C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1243C

Black with #C1243C

Text Example


Text Example

White with #C1243C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1243C; }

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

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

background-color css

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

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

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

border-color css

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

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

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