Html Css Color HEX #C5074B Cardinal

📋 copy color: '#C5074B'

red 197 ◦ green 7 ◦ blue 75

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

Shades of Cardinal #C5074B

Tints of Cardinal #C5074B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.51%

 BLUE value IS 75 (29.69% from 255) = 26.88%

R = 70.61%
G = 2.51%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5074B (or 0xC5074B) is known color: Cardinal. HEX triplet: C5, 07 and 4B. RGB value is (197,7,75). Sum of RGB (Red+Green+Blue) = 197+7+75=279 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.61% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 197 - color contains mainly: red. Hex color #C5074B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5074B is #3AF8B4. Grayscale: #474747. Windows color (decimal): -3864757 or 4917189. OLE color: 4917189.

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

Color convert

RGB 197 7 75 -
CMYK 0 0.96 0.62 0.23
HSL 338.53º 0.93% 0.4% -
HSV(B) 338.53º 0.96% 0.77% -
XYZ 24.37 12.53 7.79 -
YUV 71.56 129.95 217.47 -
System Red Green Blue C M Y K H S L
Decimal 197 7 75 0 0.96 0.62 0.23 338.53 0.93 0.4
Hex C5 7 4B 0 60 3E 17 153 5D 28
Octal 305 7 113 0 140 76 27 523 135 50
Binary 11000101 111 1001011 0 1100000 111110 10111 101010011 1011101 101000

Color Harmonies of #C5074B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5074B

Black with #C5074B

Text Example


Text Example

White with #C5074B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5074B; }

 p { color: rgb(197,7,75); }

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

background-color css

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

 a { background-color: rgb(197,7,75); }

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

border-color css

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

 span { border-color: rgb(197,7,75); }

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