Html Css Color HEX #C2133E Cardinal

📋 copy color: '#C2133E'

red 194 ◦ green 19 ◦ blue 62

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

Shades of Cardinal #C2133E

Tints of Cardinal #C2133E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.55%

R = 70.55%
G = 6.91%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2133E (or 0xC2133E) is known color: Cardinal. HEX triplet: C2, 13 and 3E. RGB value is (194,19,62). Sum of RGB (Red+Green+Blue) = 194+19+62=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C2133E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2133E is #3DECC1. Grayscale: #4C4C4C. Windows color (decimal): -4058306 or 4068290. OLE color: 4068290.

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

Color convert

RGB 194 19 62 -
CMYK 0 0.90 0.68 0.24
HSL 345.26º 0.82% 0.42% -
HSV(B) 345.26º 0.9% 0.76% -
XYZ 23.35 12.28 5.7 -
YUV 76.23 119.98 212 -
System Red Green Blue C M Y K H S L
Decimal 194 19 62 0 0.90 0.68 0.24 345.26 0.82 0.42
Hex C2 13 3E 0 5A 44 18 159 52 2A
Octal 302 23 76 0 132 104 30 531 122 52
Binary 11000010 10011 111110 0 1011010 1000100 11000 101011001 1010010 101010

Color Harmonies of #C2133E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2133E

Black with #C2133E

Text Example


Text Example

White with #C2133E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2133E; }

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

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

background-color css

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

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

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

border-color css

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

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

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