Html Css Color HEX #C31739 Cardinal

📋 copy color: '#C31739'

red 195 ◦ green 23 ◦ blue 57

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

Shades of Cardinal #C31739

Tints of Cardinal #C31739

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.36%

 BLUE value IS 57 (22.66% from 255) = 20.73%

R = 70.91%
G = 8.36%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C31739 (or 0xC31739) is known color: Cardinal. HEX triplet: C3, 17 and 39. RGB value is (195,23,57). Sum of RGB (Red+Green+Blue) = 195+23+57=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C31739 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31739 is #3CE8C6. Grayscale: #4E4E4E. Windows color (decimal): -3991751 or 3741635. OLE color: 3741635.

HSL color Cylindrical-coordinate representation of color #C31739: hue angle of 348.14º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31739 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 23 57 -
CMYK 0 0.88 0.71 0.24
HSL 348.14º 0.79% 0.43% -
HSV(B) 348.14º 0.88% 0.76% -
XYZ 23.55 12.51 5.04 -
YUV 78.3 115.98 211.24 -
System Red Green Blue C M Y K H S L
Decimal 195 23 57 0 0.88 0.71 0.24 348.14 0.79 0.43
Hex C3 17 39 0 58 47 18 15C 4F 2B
Octal 303 27 71 0 130 107 30 534 117 53
Binary 11000011 10111 111001 0 1011000 1000111 11000 101011100 1001111 101011

Color Harmonies of #C31739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31739

Black with #C31739

Text Example


Text Example

White with #C31739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31739; }

 p { color: rgb(195,23,57); }

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

background-color css

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

 a { background-color: rgb(195,23,57); }

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

border-color css

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

 span { border-color: rgb(195,23,57); }

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