Html Css Color HEX #C2243A Cardinal

📋 copy color: '#C2243A'

red 194 ◦ green 36 ◦ blue 58

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

Shades of Cardinal #C2243A

Tints of Cardinal #C2243A

RGB

 RED value IS 194 (76.17% from 255) = 67.36%

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

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

R = 67.36%
G = 12.5%
B = 20.14%

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

#C2243A (or 0xC2243A) is known color: Cardinal. HEX triplet: C2, 24 and 3A. RGB value is (194,36,58). Sum of RGB (Red+Green+Blue) = 194+36+58=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C2243A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2243A is #3DDBC5. Grayscale: #555555. Windows color (decimal): -4053958 or 3810498. OLE color: 3810498.

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

Color convert

RGB 194 36 58 -
CMYK 0 0.81 0.70 0.24
HSL 351.65º 0.69% 0.45% -
HSV(B) 351.65º 0.81% 0.76% -
XYZ 23.64 13.04 5.27 -
YUV 85.75 112.35 205.21 -
System Red Green Blue C M Y K H S L
Decimal 194 36 58 0 0.81 0.70 0.24 351.65 0.69 0.45
Hex C2 24 3A 0 51 46 18 160 45 2D
Octal 302 44 72 0 121 106 30 540 105 55
Binary 11000010 100100 111010 0 1010001 1000110 11000 101100000 1000101 101101

Color Harmonies of #C2243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2243A

Black with #C2243A

Text Example


Text Example

White with #C2243A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2243A; }

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

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

background-color css

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

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

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

border-color css

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

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

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