Html Css Color HEX #C2133A Cardinal

📋 copy color: '#C2133A'

red 194 ◦ green 19 ◦ blue 58

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

Shades of Cardinal #C2133A

Tints of Cardinal #C2133A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.01%

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

R = 71.59%
G = 7.01%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2133A (or 0xC2133A) is known color: Cardinal. HEX triplet: C2, 13 and 3A. RGB value is (194,19,58). Sum of RGB (Red+Green+Blue) = 194+19+58=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C2133A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2133A is #3DECC5. Grayscale: #4B4B4B. Windows color (decimal): -4058310 or 3806146. OLE color: 3806146.

HSL color Cylindrical-coordinate representation of color #C2133A: hue angle of 346.63º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2133A is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 19 58 -
CMYK 0 0.90 0.70 0.24
HSL 346.63º 0.82% 0.42% -
HSV(B) 346.63º 0.9% 0.76% -
XYZ 23.24 12.24 5.14 -
YUV 75.77 117.98 212.33 -
System Red Green Blue C M Y K H S L
Decimal 194 19 58 0 0.90 0.70 0.24 346.63 0.82 0.42
Hex C2 13 3A 0 5A 46 18 15B 52 2A
Octal 302 23 72 0 132 106 30 533 122 52
Binary 11000010 10011 111010 0 1011010 1000110 11000 101011011 1010010 101010

Color Harmonies of #C2133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2133A

Black with #C2133A

Text Example


Text Example

White with #C2133A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2133A; }

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

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

background-color css

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

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

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

border-color css

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

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

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