Html Css Color HEX #C5073F Cardinal

📋 copy color: '#C5073F'

red 197 ◦ green 7 ◦ blue 63

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

Shades of Cardinal #C5073F

Tints of Cardinal #C5073F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.6%

R = 73.78%
G = 2.62%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C5073F (or 0xC5073F) is known color: Cardinal. HEX triplet: C5, 07 and 3F. RGB value is (197,7,63). Sum of RGB (Red+Green+Blue) = 197+7+63=267 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.78% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 197 - color contains mainly: red. Hex color #C5073F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5073F is #3AF8C0. Grayscale: #464646. Windows color (decimal): -3864769 or 4130757. OLE color: 4130757.

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

Color convert

RGB 197 7 63 -
CMYK 0 0.96 0.68 0.23
HSL 342.32º 0.93% 0.4% -
HSV(B) 342.32º 0.96% 0.77% -
XYZ 24 12.38 5.83 -
YUV 70.19 123.95 218.45 -
System Red Green Blue C M Y K H S L
Decimal 197 7 63 0 0.96 0.68 0.23 342.32 0.93 0.4
Hex C5 7 3F 0 60 44 17 156 5D 28
Octal 305 7 77 0 140 104 27 526 135 50
Binary 11000101 111 111111 0 1100000 1000100 10111 101010110 1011101 101000

Color Harmonies of #C5073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5073F

Black with #C5073F

Text Example


Text Example

White with #C5073F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5073F; }

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

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

background-color css

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

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

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

border-color css

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

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

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