Html Css Color HEX #C31541 Cardinal

📋 copy color: '#C31541'

red 195 ◦ green 21 ◦ blue 65

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

Shades of Cardinal #C31541

Tints of Cardinal #C31541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.47%

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

R = 69.4%
G = 7.47%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C31541 (or 0xC31541) is known color: Cardinal. HEX triplet: C3, 15 and 41. RGB value is (195,21,65). Sum of RGB (Red+Green+Blue) = 195+21+65=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C31541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31541 is #3CEABE. Grayscale: #4E4E4E. Windows color (decimal): -3992255 or 4265411. OLE color: 4265411.

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

Color convert

RGB 195 21 65 -
CMYK 0 0.89 0.67 0.24
HSL 344.83º 0.81% 0.42% -
HSV(B) 344.83º 0.89% 0.76% -
XYZ 23.73 12.52 6.17 -
YUV 78.04 120.65 211.42 -
System Red Green Blue C M Y K H S L
Decimal 195 21 65 0 0.89 0.67 0.24 344.83 0.81 0.42
Hex C3 15 41 0 59 43 18 159 51 2A
Octal 303 25 101 0 131 103 30 531 121 52
Binary 11000011 10101 1000001 0 1011001 1000011 11000 101011001 1010001 101010

Color Harmonies of #C31541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31541

Black with #C31541

Text Example


Text Example

White with #C31541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31541; }

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

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

background-color css

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

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

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

border-color css

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

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

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