Html Css Color HEX #C2134F Cardinal

📋 copy color: '#C2134F'

red 194 ◦ green 19 ◦ blue 79

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

Shades of Cardinal #C2134F

Tints of Cardinal #C2134F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.05%

R = 66.44%
G = 6.51%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C2134F (or 0xC2134F) is known color: Cardinal. HEX triplet: C2, 13 and 4F. RGB value is (194,19,79). Sum of RGB (Red+Green+Blue) = 194+19+79=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C2134F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2134F is #3DECB0. Grayscale: #4E4E4E. Windows color (decimal): -4058289 or 5182402. OLE color: 5182402.

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

Color convert

RGB 194 19 79 -
CMYK 0 0.90 0.59 0.24
HSL 339.43º 0.82% 0.42% -
HSV(B) 339.43º 0.9% 0.76% -
XYZ 23.89 12.5 8.55 -
YUV 78.17 128.48 210.62 -
System Red Green Blue C M Y K H S L
Decimal 194 19 79 0 0.90 0.59 0.24 339.43 0.82 0.42
Hex C2 13 4F 0 5A 3B 18 153 52 2A
Octal 302 23 117 0 132 73 30 523 122 52
Binary 11000010 10011 1001111 0 1011010 111011 11000 101010011 1010010 101010

Color Harmonies of #C2134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2134F

Black with #C2134F

Text Example


Text Example

White with #C2134F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2134F; }

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

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

background-color css

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

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

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

border-color css

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

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

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