Html Css Color HEX #C51F3E Cardinal

📋 copy color: '#C51F3E'

red 197 ◦ green 31 ◦ blue 62

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

Shades of Cardinal #C51F3E

Tints of Cardinal #C51F3E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.69%

 BLUE value IS 62 (24.61% from 255) = 21.38%

R = 67.93%
G = 10.69%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C51F3E (or 0xC51F3E) is known color: Cardinal. HEX triplet: C5, 1F and 3E. RGB value is (197,31,62). Sum of RGB (Red+Green+Blue) = 197+31+62=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51F3E is #3AE0C1. Grayscale: #545454. Windows color (decimal): -3858626 or 4071365. OLE color: 4071365.

HSL color Cylindrical-coordinate representation of color #C51F3E: hue angle of 348.8º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C51F3E is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 31 62 -
CMYK 0 0.84 0.69 0.23
HSL 348.8º 0.73% 0.45% -
HSV(B) 348.8º 0.84% 0.77% -
XYZ 24.39 13.2 5.82 -
YUV 84.17 115.5 208.48 -
System Red Green Blue C M Y K H S L
Decimal 197 31 62 0 0.84 0.69 0.23 348.8 0.73 0.45
Hex C5 1F 3E 0 54 45 17 15D 49 2D
Octal 305 37 76 0 124 105 27 535 111 55
Binary 11000101 11111 111110 0 1010100 1000101 10111 101011101 1001001 101101

Color Harmonies of #C51F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51F3E

Black with #C51F3E

Text Example


Text Example

White with #C51F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51F3E; }

 p { color: rgb(197,31,62); }

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

background-color css

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

 a { background-color: rgb(197,31,62); }

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

border-color css

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

 span { border-color: rgb(197,31,62); }

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