Html Css Color HEX #C2082E Cardinal

📋 copy color: '#C2082E'

red 194 ◦ green 8 ◦ blue 46

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

Shades of Cardinal #C2082E

Tints of Cardinal #C2082E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.23%

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

R = 78.23%
G = 3.23%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2082E (or 0xC2082E) is known color: Cardinal. HEX triplet: C2, 08 and 2E. RGB value is (194,8,46). Sum of RGB (Red+Green+Blue) = 194+8+46=248 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.23% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 194 - color contains mainly: red. Hex color #C2082E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2082E is #3DF7D1. Grayscale: #434343. Windows color (decimal): -4061138 or 3016898. OLE color: 3016898.

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

Color convert

RGB 194 8 46 -
CMYK 0 0.96 0.76 0.24
HSL 347.74º 0.92% 0.4% -
HSV(B) 347.74º 0.96% 0.76% -
XYZ 22.83 11.84 3.67 -
YUV 67.95 115.62 217.91 -
System Red Green Blue C M Y K H S L
Decimal 194 8 46 0 0.96 0.76 0.24 347.74 0.92 0.4
Hex C2 8 2E 0 60 4C 18 15C 5C 28
Octal 302 10 56 0 140 114 30 534 134 50
Binary 11000010 1000 101110 0 1100000 1001100 11000 101011100 1011100 101000

Color Harmonies of #C2082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2082E

Black with #C2082E

Text Example


Text Example

White with #C2082E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2082E; }

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

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

background-color css

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

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

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

border-color css

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

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

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