Html Css Color HEX #C2182E Cardinal

📋 copy color: '#C2182E'

red 194 ◦ green 24 ◦ blue 46

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

Shades of Cardinal #C2182E

Tints of Cardinal #C2182E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.09%

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

R = 73.48%
G = 9.09%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2182E (or 0xC2182E) is known color: Cardinal. HEX triplet: C2, 18 and 2E. RGB value is (194,24,46). Sum of RGB (Red+Green+Blue) = 194+24+46=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C2182E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2182E is #3DE7D1. Grayscale: #4D4D4D. Windows color (decimal): -4057042 or 3020994. OLE color: 3020994.

HSL color Cylindrical-coordinate representation of color #C2182E: hue angle of 352.24º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2182E is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 24 46 -
CMYK 0 0.88 0.76 0.24
HSL 352.24º 0.78% 0.43% -
HSV(B) 352.24º 0.88% 0.76% -
XYZ 23.07 12.32 3.75 -
YUV 77.34 110.32 211.21 -
System Red Green Blue C M Y K H S L
Decimal 194 24 46 0 0.88 0.76 0.24 352.24 0.78 0.43
Hex C2 18 2E 0 58 4C 18 160 4E 2B
Octal 302 30 56 0 130 114 30 540 116 53
Binary 11000010 11000 101110 0 1011000 1001100 11000 101100000 1001110 101011

Color Harmonies of #C2182E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2182E

Black with #C2182E

Text Example


Text Example

White with #C2182E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2182E; }

 p { color: rgb(194,24,46); }

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

background-color css

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

 a { background-color: rgb(194,24,46); }

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

border-color css

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

 span { border-color: rgb(194,24,46); }

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