Html Css Color HEX #C5043B Cardinal

📋 copy color: '#C5043B'

red 197 ◦ green 4 ◦ blue 59

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

Shades of Cardinal #C5043B

Tints of Cardinal #C5043B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.69%

R = 75.77%
G = 1.54%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C5043B (or 0xC5043B) is known color: Cardinal. HEX triplet: C5, 04 and 3B. RGB value is (197,4,59). Sum of RGB (Red+Green+Blue) = 197+4+59=260 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.77% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 197 - color contains mainly: red. Hex color #C5043B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5043B is #3AFBC4. Grayscale: #434343. Windows color (decimal): -3865541 or 3867845. OLE color: 3867845.

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

Color convert

RGB 197 4 59 -
CMYK 0 0.98 0.70 0.23
HSL 342.9º 0.96% 0.39% -
HSV(B) 342.9º 0.98% 0.77% -
XYZ 23.86 12.27 5.25 -
YUV 67.98 122.94 220.03 -
System Red Green Blue C M Y K H S L
Decimal 197 4 59 0 0.98 0.70 0.23 342.9 0.96 0.39
Hex C5 4 3B 0 62 46 17 157 60 27
Octal 305 4 73 0 142 106 27 527 140 47
Binary 11000101 100 111011 0 1100010 1000110 10111 101010111 1100000 100111

Color Harmonies of #C5043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5043B

Black with #C5043B

Text Example


Text Example

White with #C5043B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5043B; }

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

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

background-color css

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

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

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

border-color css

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

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

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