Html Css Color HEX #C31450 Cardinal

📋 copy color: '#C31450'

red 195 ◦ green 20 ◦ blue 80

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

Shades of Cardinal #C31450

Tints of Cardinal #C31450

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.78%

 BLUE value IS 80 (31.64% from 255) = 27.12%

R = 66.1%
G = 6.78%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C31450 (or 0xC31450) is known color: Cardinal. HEX triplet: C3, 14 and 50. RGB value is (195,20,80). Sum of RGB (Red+Green+Blue) = 195+20+80=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C31450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31450 is #3CEBAF. Grayscale: #4F4F4F. Windows color (decimal): -3992496 or 5248195. OLE color: 5248195.

HSL color Cylindrical-coordinate representation of color #C31450: hue angle of 339.43º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31450 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 20 80 -
CMYK 0 0.90 0.59 0.24
HSL 339.43º 0.81% 0.42% -
HSV(B) 339.43º 0.9% 0.76% -
XYZ 24.2 12.68 8.76 -
YUV 79.17 128.48 210.62 -
System Red Green Blue C M Y K H S L
Decimal 195 20 80 0 0.90 0.59 0.24 339.43 0.81 0.42
Hex C3 14 50 0 5A 3B 18 153 51 2A
Octal 303 24 120 0 132 73 30 523 121 52
Binary 11000011 10100 1010000 0 1011010 111011 11000 101010011 1010001 101010

Color Harmonies of #C31450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31450

Black with #C31450

Text Example


Text Example

White with #C31450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31450; }

 p { color: rgb(195,20,80); }

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

background-color css

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

 a { background-color: rgb(195,20,80); }

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

border-color css

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

 span { border-color: rgb(195,20,80); }

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