Html Css Color HEX #C31347 Cardinal

📋 copy color: '#C31347'

red 195 ◦ green 19 ◦ blue 71

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

Shades of Cardinal #C31347

Tints of Cardinal #C31347

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.67%

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

R = 68.42%
G = 6.67%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C31347 (or 0xC31347) is known color: Cardinal. HEX triplet: C3, 13 and 47. RGB value is (195,19,71). Sum of RGB (Red+Green+Blue) = 195+19+71=285 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.42% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 195 - color contains mainly: red. Hex color #C31347 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31347 is #3CECB8. Grayscale: #4D4D4D. Windows color (decimal): -3992761 or 4658115. OLE color: 4658115.

HSL color Cylindrical-coordinate representation of color #C31347: hue angle of 342.27º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31347 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 19 71 -
CMYK 0 0.90 0.64 0.24
HSL 342.27º 0.82% 0.42% -
HSV(B) 342.27º 0.9% 0.76% -
XYZ 23.88 12.52 7.12 -
YUV 77.55 124.31 211.77 -
System Red Green Blue C M Y K H S L
Decimal 195 19 71 0 0.90 0.64 0.24 342.27 0.82 0.42
Hex C3 13 47 0 5A 40 18 156 52 2A
Octal 303 23 107 0 132 100 30 526 122 52
Binary 11000011 10011 1000111 0 1011010 1000000 11000 101010110 1010010 101010

Color Harmonies of #C31347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31347

Black with #C31347

Text Example


Text Example

White with #C31347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31347; }

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

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

background-color css

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

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

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

border-color css

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

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

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