Html Css Color HEX #C31141 Cardinal

📋 copy color: '#C31141'

red 195 ◦ green 17 ◦ blue 65

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

Shades of Cardinal #C31141

Tints of Cardinal #C31141

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.14%

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

R = 70.4%
G = 6.14%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C31141 (or 0xC31141) is known color: Cardinal. HEX triplet: C3, 11 and 41. RGB value is (195,17,65). Sum of RGB (Red+Green+Blue) = 195+17+65=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C31141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31141 is #3CEEBE. Grayscale: #4B4B4B. Windows color (decimal): -3993279 or 4264387. OLE color: 4264387.

HSL color Cylindrical-coordinate representation of color #C31141: hue angle of 343.82º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C31141 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 17 65 -
CMYK 0 0.91 0.67 0.24
HSL 343.82º 0.84% 0.42% -
HSV(B) 343.82º 0.91% 0.76% -
XYZ 23.66 12.38 6.14 -
YUV 75.69 121.97 213.1 -
System Red Green Blue C M Y K H S L
Decimal 195 17 65 0 0.91 0.67 0.24 343.82 0.84 0.42
Hex C3 11 41 0 5B 43 18 158 54 2A
Octal 303 21 101 0 133 103 30 530 124 52
Binary 11000011 10001 1000001 0 1011011 1000011 11000 101011000 1010100 101010

Color Harmonies of #C31141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31141

Black with #C31141

Text Example


Text Example

White with #C31141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31141; }

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

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

background-color css

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

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

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

border-color css

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

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

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