Html Css Color HEX #C2052E Cardinal

📋 copy color: '#C2052E'

red 194 ◦ green 5 ◦ blue 46

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

Shades of Cardinal #C2052E

Tints of Cardinal #C2052E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.04%

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

R = 79.18%
G = 2.04%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2052E (or 0xC2052E) is known color: Cardinal. HEX triplet: C2, 05 and 2E. RGB value is (194,5,46). Sum of RGB (Red+Green+Blue) = 194+5+46=245 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.18% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 194 - color contains mainly: red. Hex color #C2052E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2052E is #3DFAD1. Grayscale: #424242. Windows color (decimal): -4061906 or 3016130. OLE color: 3016130.

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

Color convert

RGB 194 5 46 -
CMYK 0 0.97 0.76 0.24
HSL 346.98º 0.95% 0.39% -
HSV(B) 346.98º 0.97% 0.76% -
XYZ 22.8 11.78 3.66 -
YUV 66.19 116.62 219.17 -
System Red Green Blue C M Y K H S L
Decimal 194 5 46 0 0.97 0.76 0.24 346.98 0.95 0.39
Hex C2 5 2E 0 61 4C 18 15B 5F 27
Octal 302 5 56 0 141 114 30 533 137 47
Binary 11000010 101 101110 0 1100001 1001100 11000 101011011 1011111 100111

Color Harmonies of #C2052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2052E

Black with #C2052E

Text Example


Text Example

White with #C2052E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2052E; }

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

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

background-color css

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

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

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

border-color css

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

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

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