Html Css Color HEX #C31040 Cardinal

📋 copy color: '#C31040'

red 195 ◦ green 16 ◦ blue 64

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

Shades of Cardinal #C31040

Tints of Cardinal #C31040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.27%

R = 70.91%
G = 5.82%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C31040 (or 0xC31040) is known color: Cardinal. HEX triplet: C3, 10 and 40. RGB value is (195,16,64). Sum of RGB (Red+Green+Blue) = 195+16+64=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C31040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31040 is #3CEFBF. Grayscale: #4A4A4A. Windows color (decimal): -3993536 or 4198595. OLE color: 4198595.

HSL color Cylindrical-coordinate representation of color #C31040: hue angle of 343.91º 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 #C31040 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 16 64 -
CMYK 0 0.92 0.67 0.24
HSL 343.91º 0.85% 0.41% -
HSV(B) 343.91º 0.92% 0.76% -
XYZ 23.62 12.34 5.99 -
YUV 74.99 121.8 213.6 -
System Red Green Blue C M Y K H S L
Decimal 195 16 64 0 0.92 0.67 0.24 343.91 0.85 0.41
Hex C3 10 40 0 5C 43 18 158 55 29
Octal 303 20 100 0 134 103 30 530 125 51
Binary 11000011 10000 1000000 0 1011100 1000011 11000 101011000 1010101 101001

Color Harmonies of #C31040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31040

Black with #C31040

Text Example


Text Example

White with #C31040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31040; }

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

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

background-color css

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

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

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

border-color css

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

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

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