Html Css Color HEX #C2133B Cardinal

📋 copy color: '#C2133B'

red 194 ◦ green 19 ◦ blue 59

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

Shades of Cardinal #C2133B

Tints of Cardinal #C2133B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.69%

R = 71.32%
G = 6.99%
B = 21.69%

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

#C2133B (or 0xC2133B) is known color: Cardinal. HEX triplet: C2, 13 and 3B. RGB value is (194,19,59). Sum of RGB (Red+Green+Blue) = 194+19+59=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C2133B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2133B is #3DECC4. Grayscale: #4B4B4B. Windows color (decimal): -4058309 or 3871682. OLE color: 3871682.

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

Color convert

RGB 194 19 59 -
CMYK 0 0.90 0.70 0.24
HSL 346.29º 0.82% 0.42% -
HSV(B) 346.29º 0.9% 0.76% -
XYZ 23.27 12.25 5.28 -
YUV 75.89 118.48 212.25 -
System Red Green Blue C M Y K H S L
Decimal 194 19 59 0 0.90 0.70 0.24 346.29 0.82 0.42
Hex C2 13 3B 0 5A 46 18 15A 52 2A
Octal 302 23 73 0 132 106 30 532 122 52
Binary 11000010 10011 111011 0 1011010 1000110 11000 101011010 1010010 101010

Color Harmonies of #C2133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2133B

Black with #C2133B

Text Example


Text Example

White with #C2133B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2133B; }

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

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

background-color css

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

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

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

border-color css

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

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

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