Html Css Color HEX #C20141 Cardinal

📋 copy color: '#C20141'

red 194 ◦ green 1 ◦ blue 65

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

Shades of Cardinal #C20141

Tints of Cardinal #C20141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25%

R = 74.62%
G = 0.38%
B = 25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C20141 (or 0xC20141) is known color: Cardinal. HEX triplet: C2, 01 and 41. RGB value is (194,1,65). Sum of RGB (Red+Green+Blue) = 194+1+65=260 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.62% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 194 - color contains mainly: red. Hex color #C20141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20141 is #3DFEBE. Grayscale: #414141. Windows color (decimal): -4062911 or 4260290. OLE color: 4260290.

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

Color convert

RGB 194 1 65 -
CMYK 0 0.99 0.66 0.24
HSL 340.1º 0.99% 0.38% -
HSV(B) 340.1º 0.99% 0.76% -
XYZ 23.21 11.87 6.07 -
YUV 66 127.44 219.3 -
System Red Green Blue C M Y K H S L
Decimal 194 1 65 0 0.99 0.66 0.24 340.1 0.99 0.38
Hex C2 1 41 0 63 42 18 154 63 26
Octal 302 1 101 0 143 102 30 524 143 46
Binary 11000010 1 1000001 0 1100011 1000010 11000 101010100 1100011 100110

Color Harmonies of #C20141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20141

Black with #C20141

Text Example


Text Example

White with #C20141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20141; }

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

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

background-color css

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

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

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

border-color css

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

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

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