Html Css Color HEX #C51633 Cardinal

📋 copy color: '#C51633'

red 197 ◦ green 22 ◦ blue 51

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

Shades of Cardinal #C51633

Tints of Cardinal #C51633

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.15%

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

R = 72.96%
G = 8.15%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C51633 (or 0xC51633) is known color: Cardinal. HEX triplet: C5, 16 and 33. RGB value is (197,22,51). Sum of RGB (Red+Green+Blue) = 197+22+51=270 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.96% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 197 - color contains mainly: red. Hex color #C51633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51633 is #3AE9CC. Grayscale: #4D4D4D. Windows color (decimal): -3860941 or 3348165. OLE color: 3348165.

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

Color convert

RGB 197 22 51 -
CMYK 0 0.89 0.74 0.23
HSL 350.06º 0.8% 0.43% -
HSV(B) 350.06º 0.89% 0.77% -
XYZ 23.91 12.68 4.32 -
YUV 77.63 112.98 213.14 -
System Red Green Blue C M Y K H S L
Decimal 197 22 51 0 0.89 0.74 0.23 350.06 0.8 0.43
Hex C5 16 33 0 59 4A 17 15E 50 2B
Octal 305 26 63 0 131 112 27 536 120 53
Binary 11000101 10110 110011 0 1011001 1001010 10111 101011110 1010000 101011

Color Harmonies of #C51633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51633

Black with #C51633

Text Example


Text Example

White with #C51633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51633; }

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

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

background-color css

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

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

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

border-color css

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

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

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