Html Css Color HEX #C31041 Cardinal

📋 copy color: '#C31041'

red 195 ◦ green 16 ◦ blue 65

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

Shades of Cardinal #C31041

Tints of Cardinal #C31041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.55%

R = 70.65%
G = 5.8%
B = 23.55%

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

#C31041 (or 0xC31041) is known color: Cardinal. HEX triplet: C3, 10 and 41. RGB value is (195,16,65). Sum of RGB (Red+Green+Blue) = 195+16+65=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C31041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31041 is #3CEFBE. Grayscale: #4B4B4B. Windows color (decimal): -3993535 or 4264131. OLE color: 4264131.

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

Color convert

RGB 195 16 65 -
CMYK 0 0.92 0.67 0.24
HSL 343.58º 0.85% 0.41% -
HSV(B) 343.58º 0.92% 0.76% -
XYZ 23.65 12.35 6.14 -
YUV 75.11 122.3 213.52 -
System Red Green Blue C M Y K H S L
Decimal 195 16 65 0 0.92 0.67 0.24 343.58 0.85 0.41
Hex C3 10 41 0 5C 43 18 158 55 29
Octal 303 20 101 0 134 103 30 530 125 51
Binary 11000011 10000 1000001 0 1011100 1000011 11000 101011000 1010101 101001

Color Harmonies of #C31041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31041

Black with #C31041

Text Example


Text Example

White with #C31041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31041; }

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

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

background-color css

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

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

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

border-color css

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

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

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