Html Css Color HEX #C20B43 Cardinal

📋 copy color: '#C20B43'

red 194 ◦ green 11 ◦ blue 67

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

Shades of Cardinal #C20B43

Tints of Cardinal #C20B43

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.04%

 BLUE value IS 67 (26.56% from 255) = 24.63%

R = 71.32%
G = 4.04%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C20B43 (or 0xC20B43) is known color: Cardinal. HEX triplet: C2, 0B and 43. RGB value is (194,11,67). Sum of RGB (Red+Green+Blue) = 194+11+67=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 67 (26.56% from 255 or 24.63% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20B43 is #3DF4BC. Grayscale: #484848. Windows color (decimal): -4060349 or 4393922. OLE color: 4393922.

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

Color convert

RGB 194 11 67 -
CMYK 0 0.94 0.65 0.24
HSL 341.64º 0.89% 0.4% -
HSV(B) 341.64º 0.94% 0.76% -
XYZ 23.38 12.11 6.42 -
YUV 72.1 125.13 214.95 -
System Red Green Blue C M Y K H S L
Decimal 194 11 67 0 0.94 0.65 0.24 341.64 0.89 0.4
Hex C2 B 43 0 5E 41 18 156 59 28
Octal 302 13 103 0 136 101 30 526 131 50
Binary 11000010 1011 1000011 0 1011110 1000001 11000 101010110 1011001 101000

Color Harmonies of #C20B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20B43

Black with #C20B43

Text Example


Text Example

White with #C20B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20B43; }

 p { color: rgb(194,11,67); }

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

background-color css

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

 a { background-color: rgb(194,11,67); }

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

border-color css

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

 span { border-color: rgb(194,11,67); }

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