Html Css Color HEX #C20443 Cardinal

📋 copy color: '#C20443'

red 194 ◦ green 4 ◦ blue 67

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

Shades of Cardinal #C20443

Tints of Cardinal #C20443

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.51%

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

R = 73.21%
G = 1.51%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C20443 (or 0xC20443) is known color: Cardinal. HEX triplet: C2, 04 and 43. RGB value is (194,4,67). Sum of RGB (Red+Green+Blue) = 194+4+67=265 (35% of max value = 765). Red value is 194 (76.17% from 255 or 73.21% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 194 - color contains mainly: red. Hex color #C20443 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20443 is #3DFBBC. Grayscale: #434343. Windows color (decimal): -4062141 or 4392130. OLE color: 4392130.

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

Color convert

RGB 194 4 67 -
CMYK 0 0.98 0.65 0.24
HSL 340.11º 0.96% 0.39% -
HSV(B) 340.11º 0.98% 0.76% -
XYZ 23.3 11.96 6.39 -
YUV 67.99 127.45 217.88 -
System Red Green Blue C M Y K H S L
Decimal 194 4 67 0 0.98 0.65 0.24 340.11 0.96 0.39
Hex C2 4 43 0 62 41 18 154 60 27
Octal 302 4 103 0 142 101 30 524 140 47
Binary 11000010 100 1000011 0 1100010 1000001 11000 101010100 1100000 100111

Color Harmonies of #C20443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20443

Black with #C20443

Text Example


Text Example

White with #C20443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20443; }

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

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

background-color css

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

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

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

border-color css

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

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

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