Html Css Color HEX #C1243A Cardinal

📋 copy color: '#C1243A'

red 193 ◦ green 36 ◦ blue 58

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

Shades of Cardinal #C1243A

Tints of Cardinal #C1243A

RGB

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

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

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

R = 67.25%
G = 12.54%
B = 20.21%

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

#C1243A (or 0xC1243A) is known color: Cardinal. HEX triplet: C1, 24 and 3A. RGB value is (193,36,58). Sum of RGB (Red+Green+Blue) = 193+36+58=287 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.25% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 193 - color contains mainly: red. Hex color #C1243A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1243A is #3EDBC5. Grayscale: #555555. Windows color (decimal): -4119494 or 3810497. OLE color: 3810497.

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

Color convert

RGB 193 36 58 -
CMYK 0 0.81 0.70 0.24
HSL 351.59º 0.69% 0.45% -
HSV(B) 351.59º 0.81% 0.76% -
XYZ 23.39 12.9 5.26 -
YUV 85.45 112.51 204.71 -
System Red Green Blue C M Y K H S L
Decimal 193 36 58 0 0.81 0.70 0.24 351.59 0.69 0.45
Hex C1 24 3A 0 51 46 18 160 45 2D
Octal 301 44 72 0 121 106 30 540 105 55
Binary 11000001 100100 111010 0 1010001 1000110 11000 101100000 1000101 101101

Color Harmonies of #C1243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1243A

Black with #C1243A

Text Example


Text Example

White with #C1243A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1243A; }

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

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

background-color css

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

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

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

border-color css

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

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

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