Html Css Color HEX #C2013E Cardinal

📋 copy color: '#C2013E'

red 194 ◦ green 1 ◦ blue 62

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

Shades of Cardinal #C2013E

Tints of Cardinal #C2013E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 75.49%
G = 0.39%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2013E (or 0xC2013E) is known color: Cardinal. HEX triplet: C2, 01 and 3E. RGB value is (194,1,62). Sum of RGB (Red+Green+Blue) = 194+1+62=257 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.49% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 194 - color contains mainly: red. Hex color #C2013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2013E is #3DFEC1. Grayscale: #414141. Windows color (decimal): -4062914 or 4063682. OLE color: 4063682.

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

Color convert

RGB 194 1 62 -
CMYK 0 0.99 0.68 0.24
HSL 341.04º 0.99% 0.38% -
HSV(B) 341.04º 0.99% 0.76% -
XYZ 23.13 11.84 5.62 -
YUV 65.66 125.94 219.54 -
System Red Green Blue C M Y K H S L
Decimal 194 1 62 0 0.99 0.68 0.24 341.04 0.99 0.38
Hex C2 1 3E 0 63 44 18 155 63 26
Octal 302 1 76 0 143 104 30 525 143 46
Binary 11000010 1 111110 0 1100011 1000100 11000 101010101 1100011 100110

Color Harmonies of #C2013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2013E

Black with #C2013E

Text Example


Text Example

White with #C2013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2013E; }

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

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

background-color css

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

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

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

border-color css

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

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

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