Html Css Color HEX #C31647 Cardinal

📋 copy color: '#C31647'

red 195 ◦ green 22 ◦ blue 71

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

Shades of Cardinal #C31647

Tints of Cardinal #C31647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 24.65%

R = 67.71%
G = 7.64%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C31647 (or 0xC31647) is known color: Cardinal. HEX triplet: C3, 16 and 47. RGB value is (195,22,71). Sum of RGB (Red+Green+Blue) = 195+22+71=288 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.71% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 195 - color contains mainly: red. Hex color #C31647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31647 is #3CE9B8. Grayscale: #4F4F4F. Windows color (decimal): -3991993 or 4658883. OLE color: 4658883.

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

Color convert

RGB 195 22 71 -
CMYK 0 0.89 0.64 0.24
HSL 343.01º 0.8% 0.43% -
HSV(B) 343.01º 0.89% 0.76% -
XYZ 23.93 12.63 7.14 -
YUV 79.31 123.31 210.52 -
System Red Green Blue C M Y K H S L
Decimal 195 22 71 0 0.89 0.64 0.24 343.01 0.8 0.43
Hex C3 16 47 0 59 40 18 157 50 2B
Octal 303 26 107 0 131 100 30 527 120 53
Binary 11000011 10110 1000111 0 1011001 1000000 11000 101010111 1010000 101011

Color Harmonies of #C31647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31647

Black with #C31647

Text Example


Text Example

White with #C31647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31647; }

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

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

background-color css

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

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

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

border-color css

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

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

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