Html Css Color HEX #C5042F Cardinal

📋 copy color: '#C5042F'

red 197 ◦ green 4 ◦ blue 47

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

Shades of Cardinal #C5042F

Tints of Cardinal #C5042F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.95%

R = 79.44%
G = 1.61%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C5042F (or 0xC5042F) is known color: Cardinal. HEX triplet: C5, 04 and 2F. RGB value is (197,4,47). Sum of RGB (Red+Green+Blue) = 197+4+47=248 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.44% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 197 - color contains mainly: red. Hex color #C5042F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5042F is #3AFBD0. Grayscale: #424242. Windows color (decimal): -3865553 or 3081413. OLE color: 3081413.

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

Color convert

RGB 197 4 47 -
CMYK 0 0.98 0.76 0.23
HSL 346.63º 0.96% 0.39% -
HSV(B) 346.63º 0.98% 0.77% -
XYZ 23.58 12.16 3.79 -
YUV 66.61 116.94 221 -
System Red Green Blue C M Y K H S L
Decimal 197 4 47 0 0.98 0.76 0.23 346.63 0.96 0.39
Hex C5 4 2F 0 62 4C 17 15B 60 27
Octal 305 4 57 0 142 114 27 533 140 47
Binary 11000101 100 101111 0 1100010 1001100 10111 101011011 1100000 100111

Color Harmonies of #C5042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5042F

Black with #C5042F

Text Example


Text Example

White with #C5042F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5042F; }

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

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

background-color css

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

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

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

border-color css

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

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

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