Html Css Color HEX #C2242A Cardinal

📋 copy color: '#C2242A'

red 194 ◦ green 36 ◦ blue 42

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

Shades of Cardinal #C2242A

Tints of Cardinal #C2242A

RGB

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

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

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

R = 71.32%
G = 13.24%
B = 15.44%

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

#C2242A (or 0xC2242A) is known color: Cardinal. HEX triplet: C2, 24 and 2A. RGB value is (194,36,42). Sum of RGB (Red+Green+Blue) = 194+36+42=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C2242A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2242A is #3DDBD5. Grayscale: #545454. Windows color (decimal): -4053974 or 2761922. OLE color: 2761922.

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

Color convert

RGB 194 36 42 -
CMYK 0 0.81 0.78 0.24
HSL 357.72º 0.69% 0.45% -
HSV(B) 357.72º 0.81% 0.76% -
XYZ 23.3 12.9 3.45 -
YUV 83.93 104.35 206.51 -
System Red Green Blue C M Y K H S L
Decimal 194 36 42 0 0.81 0.78 0.24 357.72 0.69 0.45
Hex C2 24 2A 0 51 4E 18 166 45 2D
Octal 302 44 52 0 121 116 30 546 105 55
Binary 11000010 100100 101010 0 1010001 1001110 11000 101100110 1000101 101101

Color Harmonies of #C2242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2242A

Black with #C2242A

Text Example


Text Example

White with #C2242A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2242A; }

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

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

background-color css

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

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

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

border-color css

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

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

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