Html Css Color HEX #C1242A Cardinal

📋 copy color: '#C1242A'

red 193 ◦ green 36 ◦ blue 42

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

Shades of Cardinal #C1242A

Tints of Cardinal #C1242A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.5%

R = 71.22%
G = 13.28%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1242A (or 0xC1242A) is known color: Cardinal. HEX triplet: C1, 24 and 2A. RGB value is (193,36,42). Sum of RGB (Red+Green+Blue) = 193+36+42=271 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.22% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 193 - color contains mainly: red. Hex color #C1242A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1242A is #3EDBD5. Grayscale: #535353. Windows color (decimal): -4119510 or 2761921. OLE color: 2761921.

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

Color convert

RGB 193 36 42 -
CMYK 0 0.81 0.78 0.24
HSL 357.71º 0.69% 0.45% -
HSV(B) 357.71º 0.81% 0.76% -
XYZ 23.04 12.77 3.44 -
YUV 83.63 104.51 206.01 -
System Red Green Blue C M Y K H S L
Decimal 193 36 42 0 0.81 0.78 0.24 357.71 0.69 0.45
Hex C1 24 2A 0 51 4E 18 166 45 2D
Octal 301 44 52 0 121 116 30 546 105 55
Binary 11000001 100100 101010 0 1010001 1001110 11000 101100110 1000101 101101

Color Harmonies of #C1242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1242A

Black with #C1242A

Text Example


Text Example

White with #C1242A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1242A; }

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

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

background-color css

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

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

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

border-color css

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

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

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