Html Css Color HEX #C2123F Cardinal

📋 copy color: '#C2123F'

red 194 ◦ green 18 ◦ blue 63

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

Shades of Cardinal #C2123F

Tints of Cardinal #C2123F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.55%

 BLUE value IS 63 (25% from 255) = 22.91%

R = 70.55%
G = 6.55%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2123F (or 0xC2123F) is known color: Cardinal. HEX triplet: C2, 12 and 3F. RGB value is (194,18,63). Sum of RGB (Red+Green+Blue) = 194+18+63=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C2123F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2123F is #3DEDC0. Grayscale: #4B4B4B. Windows color (decimal): -4058561 or 4133570. OLE color: 4133570.

HSL color Cylindrical-coordinate representation of color #C2123F: hue angle of 344.66º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2123F is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 18 63 -
CMYK 0 0.91 0.68 0.24
HSL 344.66º 0.83% 0.42% -
HSV(B) 344.66º 0.91% 0.76% -
XYZ 23.36 12.26 5.84 -
YUV 75.75 120.81 212.34 -
System Red Green Blue C M Y K H S L
Decimal 194 18 63 0 0.91 0.68 0.24 344.66 0.83 0.42
Hex C2 12 3F 0 5B 44 18 159 53 2A
Octal 302 22 77 0 133 104 30 531 123 52
Binary 11000010 10010 111111 0 1011011 1000100 11000 101011001 1010011 101010

Color Harmonies of #C2123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2123F

Black with #C2123F

Text Example


Text Example

White with #C2123F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2123F; }

 p { color: rgb(194,18,63); }

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

background-color css

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

 a { background-color: rgb(194,18,63); }

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

border-color css

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

 span { border-color: rgb(194,18,63); }

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