Html Css Color HEX #C31051 Cardinal

📋 copy color: '#C31051'

red 195 ◦ green 16 ◦ blue 81

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

Shades of Cardinal #C31051

Tints of Cardinal #C31051

RGB

 RED value IS 195 (76.56% from 255) = 66.78%

 GREEN value IS 16 (6.64% from 255) = 5.48%

 BLUE value IS 81 (32.03% from 255) = 27.74%

R = 66.78%
G = 5.48%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C31051 (or 0xC31051) is known color: Cardinal. HEX triplet: C3, 10 and 51. RGB value is (195,16,81). Sum of RGB (Red+Green+Blue) = 195+16+81=292 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.78% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 195 - color contains mainly: red. Hex color #C31051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31051 is #3CEFAE. Grayscale: #4C4C4C. Windows color (decimal): -3993519 or 5312707. OLE color: 5312707.

HSL color Cylindrical-coordinate representation of color #C31051: hue angle of 338.21º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C31051 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 16 81 -
CMYK 0 0.92 0.58 0.24
HSL 338.21º 0.85% 0.41% -
HSV(B) 338.21º 0.92% 0.76% -
XYZ 24.18 12.57 8.94 -
YUV 76.93 130.3 212.21 -
System Red Green Blue C M Y K H S L
Decimal 195 16 81 0 0.92 0.58 0.24 338.21 0.85 0.41
Hex C3 10 51 0 5C 3A 18 152 55 29
Octal 303 20 121 0 134 72 30 522 125 51
Binary 11000011 10000 1010001 0 1011100 111010 11000 101010010 1010101 101001

Color Harmonies of #C31051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31051

Black with #C31051

Text Example


Text Example

White with #C31051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31051; }

 p { color: rgb(195,16,81); }

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

background-color css

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

 a { background-color: rgb(195,16,81); }

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

border-color css

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

 span { border-color: rgb(195,16,81); }

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