Html Css Color HEX #C1242E Cardinal

📋 copy color: '#C1242E'

red 193 ◦ green 36 ◦ blue 46

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

Shades of Cardinal #C1242E

Tints of Cardinal #C1242E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.73%

R = 70.18%
G = 13.09%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C1242E (or 0xC1242E) is known color: Cardinal. HEX triplet: C1, 24 and 2E. RGB value is (193,36,46). Sum of RGB (Red+Green+Blue) = 193+36+46=275 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.18% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 193 - color contains mainly: red. Hex color #C1242E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1242E is #3EDBD1. Grayscale: #545454. Windows color (decimal): -4119506 or 3024065. OLE color: 3024065.

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

Color convert

RGB 193 36 46 -
CMYK 0 0.81 0.76 0.24
HSL 356.18º 0.69% 0.45% -
HSV(B) 356.18º 0.81% 0.76% -
XYZ 23.12 12.8 3.84 -
YUV 84.08 106.51 205.69 -
System Red Green Blue C M Y K H S L
Decimal 193 36 46 0 0.81 0.76 0.24 356.18 0.69 0.45
Hex C1 24 2E 0 51 4C 18 164 45 2D
Octal 301 44 56 0 121 114 30 544 105 55
Binary 11000001 100100 101110 0 1010001 1001100 11000 101100100 1000101 101101

Color Harmonies of #C1242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1242E

Black with #C1242E

Text Example


Text Example

White with #C1242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1242E; }

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

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

background-color css

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

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

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

border-color css

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

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

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