Html Css Color HEX #C1243E Cardinal

📋 copy color: '#C1243E'

red 193 ◦ green 36 ◦ blue 62

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

Shades of Cardinal #C1243E

Tints of Cardinal #C1243E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.31%

R = 66.32%
G = 12.37%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C1243E (or 0xC1243E) is known color: Cardinal. HEX triplet: C1, 24 and 3E. RGB value is (193,36,62). Sum of RGB (Red+Green+Blue) = 193+36+62=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C1243E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1243E is #3EDBC1. Grayscale: #555555. Windows color (decimal): -4119490 or 4072641. OLE color: 4072641.

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

Color convert

RGB 193 36 62 -
CMYK 0 0.81 0.68 0.24
HSL 350.06º 0.69% 0.45% -
HSV(B) 350.06º 0.81% 0.76% -
XYZ 23.49 12.95 5.82 -
YUV 85.91 114.51 204.39 -
System Red Green Blue C M Y K H S L
Decimal 193 36 62 0 0.81 0.68 0.24 350.06 0.69 0.45
Hex C1 24 3E 0 51 44 18 15E 45 2D
Octal 301 44 76 0 121 104 30 536 105 55
Binary 11000001 100100 111110 0 1010001 1000100 11000 101011110 1000101 101101

Color Harmonies of #C1243E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1243E

Black with #C1243E

Text Example


Text Example

White with #C1243E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1243E; }

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

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

background-color css

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

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

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

border-color css

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

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

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