Html Css Color HEX #C20347 Cardinal

📋 copy color: '#C20347'

red 194 ◦ green 3 ◦ blue 71

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

Shades of Cardinal #C20347

Tints of Cardinal #C20347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.49%

R = 72.39%
G = 1.12%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C20347 (or 0xC20347) is known color: Cardinal. HEX triplet: C2, 03 and 47. RGB value is (194,3,71). Sum of RGB (Red+Green+Blue) = 194+3+71=268 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.39% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 194 - color contains mainly: red. Hex color #C20347 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20347 is #3DFCB8. Grayscale: #434343. Windows color (decimal): -4062393 or 4654018. OLE color: 4654018.

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

Color convert

RGB 194 3 71 -
CMYK 0 0.98 0.63 0.24
HSL 338.64º 0.97% 0.39% -
HSV(B) 338.64º 0.98% 0.76% -
XYZ 23.42 11.99 7.04 -
YUV 67.86 129.78 217.97 -
System Red Green Blue C M Y K H S L
Decimal 194 3 71 0 0.98 0.63 0.24 338.64 0.97 0.39
Hex C2 3 47 0 62 3F 18 153 61 27
Octal 302 3 107 0 142 77 30 523 141 47
Binary 11000010 11 1000111 0 1100010 111111 11000 101010011 1100001 100111

Color Harmonies of #C20347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20347

Black with #C20347

Text Example


Text Example

White with #C20347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20347; }

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

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

background-color css

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

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

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

border-color css

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

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

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