Html Css Color HEX #C20346 Cardinal

📋 copy color: '#C20346'

red 194 ◦ green 3 ◦ blue 70

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

Shades of Cardinal #C20346

Tints of Cardinal #C20346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

 BLUE value IS 70 (27.73% from 255) = 26.22%

R = 72.66%
G = 1.12%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C20346 (or 0xC20346) is known color: Cardinal. HEX triplet: C2, 03 and 46. RGB value is (194,3,70). Sum of RGB (Red+Green+Blue) = 194+3+70=267 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.66% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 194 - color contains mainly: red. Hex color #C20346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20346 is #3DFCB9. Grayscale: #434343. Windows color (decimal): -4062394 or 4588482. OLE color: 4588482.

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

Color convert

RGB 194 3 70 -
CMYK 0 0.98 0.64 0.24
HSL 338.95º 0.97% 0.39% -
HSV(B) 338.95º 0.98% 0.76% -
XYZ 23.39 11.98 6.87 -
YUV 67.75 129.28 218.05 -
System Red Green Blue C M Y K H S L
Decimal 194 3 70 0 0.98 0.64 0.24 338.95 0.97 0.39
Hex C2 3 46 0 62 40 18 153 61 27
Octal 302 3 106 0 142 100 30 523 141 47
Binary 11000010 11 1000110 0 1100010 1000000 11000 101010011 1100001 100111

Color Harmonies of #C20346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20346

Black with #C20346

Text Example


Text Example

White with #C20346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20346; }

 p { color: rgb(194,3,70); }

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

background-color css

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

 a { background-color: rgb(194,3,70); }

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

border-color css

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

 span { border-color: rgb(194,3,70); }

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