Html Css Color HEX #C1242F Cardinal

📋 copy color: '#C1242F'

red 193 ◦ green 36 ◦ blue 47

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

Shades of Cardinal #C1242F

Tints of Cardinal #C1242F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.03%

R = 69.93%
G = 13.04%
B = 17.03%

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

#C1242F (or 0xC1242F) is known color: Cardinal. HEX triplet: C1, 24 and 2F. RGB value is (193,36,47). Sum of RGB (Red+Green+Blue) = 193+36+47=276 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.93% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 193 - color contains mainly: red. Hex color #C1242F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1242F is #3EDBD0. Grayscale: #545454. Windows color (decimal): -4119505 or 3089601. OLE color: 3089601.

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

Color convert

RGB 193 36 47 -
CMYK 0 0.81 0.76 0.24
HSL 355.8º 0.69% 0.45% -
HSV(B) 355.8º 0.81% 0.76% -
XYZ 23.14 12.8 3.94 -
YUV 84.2 107.01 205.61 -
System Red Green Blue C M Y K H S L
Decimal 193 36 47 0 0.81 0.76 0.24 355.8 0.69 0.45
Hex C1 24 2F 0 51 4C 18 164 45 2D
Octal 301 44 57 0 121 114 30 544 105 55
Binary 11000001 100100 101111 0 1010001 1001100 11000 101100100 1000101 101101

Color Harmonies of #C1242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1242F

Black with #C1242F

Text Example


Text Example

White with #C1242F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1242F; }

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

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

background-color css

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

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

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

border-color css

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

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

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