Html Css Color HEX #C2013F Cardinal

📋 copy color: '#C2013F'

red 194 ◦ green 1 ◦ blue 63

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

Shades of Cardinal #C2013F

Tints of Cardinal #C2013F

RGB

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

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

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

R = 75.19%
G = 0.39%
B = 24.42%

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

#C2013F (or 0xC2013F) is known color: Cardinal. HEX triplet: C2, 01 and 3F. RGB value is (194,1,63). Sum of RGB (Red+Green+Blue) = 194+1+63=258 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.19% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 194 - color contains mainly: red. Hex color #C2013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2013F is #3DFEC0. Grayscale: #414141. Windows color (decimal): -4062913 or 4129218. OLE color: 4129218.

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

Color convert

RGB 194 1 63 -
CMYK 0 0.99 0.68 0.24
HSL 340.73º 0.99% 0.38% -
HSV(B) 340.73º 0.99% 0.76% -
XYZ 23.16 11.85 5.77 -
YUV 65.78 126.44 219.46 -
System Red Green Blue C M Y K H S L
Decimal 194 1 63 0 0.99 0.68 0.24 340.73 0.99 0.38
Hex C2 1 3F 0 63 44 18 155 63 26
Octal 302 1 77 0 143 104 30 525 143 46
Binary 11000010 1 111111 0 1100011 1000100 11000 101010101 1100011 100110

Color Harmonies of #C2013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2013F

Black with #C2013F

Text Example


Text Example

White with #C2013F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2013F; }

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

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

background-color css

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

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

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

border-color css

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

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

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