Html Css Color HEX #C2133D Cardinal

📋 copy color: '#C2133D'

red 194 ◦ green 19 ◦ blue 61

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

Shades of Cardinal #C2133D

Tints of Cardinal #C2133D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.26%

R = 70.8%
G = 6.93%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2133D (or 0xC2133D) is known color: Cardinal. HEX triplet: C2, 13 and 3D. RGB value is (194,19,61). Sum of RGB (Red+Green+Blue) = 194+19+61=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C2133D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2133D is #3DECC2. Grayscale: #4C4C4C. Windows color (decimal): -4058307 or 4002754. OLE color: 4002754.

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

Color convert

RGB 194 19 61 -
CMYK 0 0.90 0.69 0.24
HSL 345.6º 0.82% 0.42% -
HSV(B) 345.6º 0.9% 0.76% -
XYZ 23.32 12.27 5.55 -
YUV 76.11 119.48 212.08 -
System Red Green Blue C M Y K H S L
Decimal 194 19 61 0 0.90 0.69 0.24 345.6 0.82 0.42
Hex C2 13 3D 0 5A 45 18 15A 52 2A
Octal 302 23 75 0 132 105 30 532 122 52
Binary 11000010 10011 111101 0 1011010 1000101 11000 101011010 1010010 101010

Color Harmonies of #C2133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2133D

Black with #C2133D

Text Example


Text Example

White with #C2133D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2133D; }

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

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

background-color css

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

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

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

border-color css

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

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

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