Html Css Color HEX #C50443 Cardinal

📋 copy color: '#C50443'

red 197 ◦ green 4 ◦ blue 67

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

Shades of Cardinal #C50443

Tints of Cardinal #C50443

RGB

 RED value IS 197 (77.34% from 255) = 73.51%

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

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

R = 73.51%
G = 1.49%
B = 25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C50443 (or 0xC50443) is known color: Cardinal. HEX triplet: C5, 04 and 43. RGB value is (197,4,67). Sum of RGB (Red+Green+Blue) = 197+4+67=268 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.51% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 197 - color contains mainly: red. Hex color #C50443 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50443 is #3AFBBC. Grayscale: #444444. Windows color (decimal): -3865533 or 4392133. OLE color: 4392133.

HSL color Cylindrical-coordinate representation of color #C50443: hue angle of 340.41º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C50443 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 4 67 -
CMYK 0 0.98 0.66 0.23
HSL 340.41º 0.96% 0.39% -
HSV(B) 340.41º 0.98% 0.77% -
XYZ 24.08 12.36 6.43 -
YUV 68.89 126.94 219.38 -
System Red Green Blue C M Y K H S L
Decimal 197 4 67 0 0.98 0.66 0.23 340.41 0.96 0.39
Hex C5 4 43 0 62 42 17 154 60 27
Octal 305 4 103 0 142 102 27 524 140 47
Binary 11000101 100 1000011 0 1100010 1000010 10111 101010100 1100000 100111

Color Harmonies of #C50443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50443

Black with #C50443

Text Example


Text Example

White with #C50443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50443; }

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

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

background-color css

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

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

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

border-color css

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

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

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