Html Css Color HEX #C31639 Cardinal

📋 copy color: '#C31639'

red 195 ◦ green 22 ◦ blue 57

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

Shades of Cardinal #C31639

Tints of Cardinal #C31639

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.03%

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

R = 71.17%
G = 8.03%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C31639 (or 0xC31639) is known color: Cardinal. HEX triplet: C3, 16 and 39. RGB value is (195,22,57). Sum of RGB (Red+Green+Blue) = 195+22+57=274 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.17% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 57 (22.66% from 255 or 20.80% from 274); Max value from RGB is 195 - color contains mainly: red. Hex color #C31639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31639 is #3CE9C6. Grayscale: #4D4D4D. Windows color (decimal): -3992007 or 3741379. OLE color: 3741379.

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

Color convert

RGB 195 22 57 -
CMYK 0 0.89 0.71 0.24
HSL 347.86º 0.8% 0.43% -
HSV(B) 347.86º 0.89% 0.76% -
XYZ 23.53 12.47 5.04 -
YUV 77.72 116.31 211.65 -
System Red Green Blue C M Y K H S L
Decimal 195 22 57 0 0.89 0.71 0.24 347.86 0.8 0.43
Hex C3 16 39 0 59 47 18 15C 50 2B
Octal 303 26 71 0 131 107 30 534 120 53
Binary 11000011 10110 111001 0 1011001 1000111 11000 101011100 1010000 101011

Color Harmonies of #C31639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31639

Black with #C31639

Text Example


Text Example

White with #C31639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31639; }

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

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

background-color css

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

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

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

border-color css

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

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

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