Html Css Color HEX #C20634 Cardinal

📋 copy color: '#C20634'

red 194 ◦ green 6 ◦ blue 52

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

Shades of Cardinal #C20634

Tints of Cardinal #C20634

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.38%

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

R = 76.98%
G = 2.38%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C20634 (or 0xC20634) is known color: Cardinal. HEX triplet: C2, 06 and 34. RGB value is (194,6,52). Sum of RGB (Red+Green+Blue) = 194+6+52=252 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.98% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 194 - color contains mainly: red. Hex color #C20634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20634 is #3DF9CB. Grayscale: #434343. Windows color (decimal): -4061644 or 3409602. OLE color: 3409602.

HSL color Cylindrical-coordinate representation of color #C20634: hue angle of 345.32º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C20634 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 6 52 -
CMYK 0 0.97 0.73 0.24
HSL 345.32º 0.94% 0.39% -
HSV(B) 345.32º 0.97% 0.76% -
XYZ 22.93 11.85 4.33 -
YUV 67.46 119.28 218.26 -
System Red Green Blue C M Y K H S L
Decimal 194 6 52 0 0.97 0.73 0.24 345.32 0.94 0.39
Hex C2 6 34 0 61 49 18 159 5E 27
Octal 302 6 64 0 141 111 30 531 136 47
Binary 11000010 110 110100 0 1100001 1001001 11000 101011001 1011110 100111

Color Harmonies of #C20634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20634

Black with #C20634

Text Example


Text Example

White with #C20634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20634; }

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

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

background-color css

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

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

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

border-color css

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

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

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