Html Css Color HEX #C20134 Cardinal

📋 copy color: '#C20134'

red 194 ◦ green 1 ◦ blue 52

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

Shades of Cardinal #C20134

Tints of Cardinal #C20134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.05%

R = 78.54%
G = 0.4%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C20134 (or 0xC20134) is known color: Cardinal. HEX triplet: C2, 01 and 34. RGB value is (194,1,52). Sum of RGB (Red+Green+Blue) = 194+1+52=247 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.54% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 194 - color contains mainly: red. Hex color #C20134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20134 is #3DFECB. Grayscale: #404040. Windows color (decimal): -4062924 or 3408322. OLE color: 3408322.

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

Color convert

RGB 194 1 52 -
CMYK 0 0.99 0.73 0.24
HSL 344.15º 0.99% 0.38% -
HSV(B) 344.15º 0.99% 0.76% -
XYZ 22.88 11.74 4.31 -
YUV 64.52 120.94 220.35 -
System Red Green Blue C M Y K H S L
Decimal 194 1 52 0 0.99 0.73 0.24 344.15 0.99 0.38
Hex C2 1 34 0 63 49 18 158 63 26
Octal 302 1 64 0 143 111 30 530 143 46
Binary 11000010 1 110100 0 1100011 1001001 11000 101011000 1100011 100110

Color Harmonies of #C20134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20134

Black with #C20134

Text Example


Text Example

White with #C20134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20134; }

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

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

background-color css

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

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

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

border-color css

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

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

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