Html Css Color HEX #C51733 Cardinal

📋 copy color: '#C51733'

red 197 ◦ green 23 ◦ blue 51

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

Shades of Cardinal #C51733

Tints of Cardinal #C51733

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.49%

 BLUE value IS 51 (20.31% from 255) = 18.82%

R = 72.69%
G = 8.49%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C51733 (or 0xC51733) is known color: Cardinal. HEX triplet: C5, 17 and 33. RGB value is (197,23,51). Sum of RGB (Red+Green+Blue) = 197+23+51=271 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.69% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 197 - color contains mainly: red. Hex color #C51733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51733 is #3AE8CC. Grayscale: #4E4E4E. Windows color (decimal): -3860685 or 3348421. OLE color: 3348421.

HSL color Cylindrical-coordinate representation of color #C51733: hue angle of 350.34º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51733 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 23 51 -
CMYK 0 0.88 0.74 0.23
HSL 350.34º 0.79% 0.43% -
HSV(B) 350.34º 0.88% 0.77% -
XYZ 23.93 12.72 4.33 -
YUV 78.22 112.65 212.72 -
System Red Green Blue C M Y K H S L
Decimal 197 23 51 0 0.88 0.74 0.23 350.34 0.79 0.43
Hex C5 17 33 0 58 4A 17 15E 4F 2B
Octal 305 27 63 0 130 112 27 536 117 53
Binary 11000101 10111 110011 0 1011000 1001010 10111 101011110 1001111 101011

Color Harmonies of #C51733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51733

Black with #C51733

Text Example


Text Example

White with #C51733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51733; }

 p { color: rgb(197,23,51); }

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

background-color css

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

 a { background-color: rgb(197,23,51); }

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

border-color css

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

 span { border-color: rgb(197,23,51); }

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