Html Css Color HEX #C31646 Cardinal

📋 copy color: '#C31646'

red 195 ◦ green 22 ◦ blue 70

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

Shades of Cardinal #C31646

Tints of Cardinal #C31646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.39%

R = 67.94%
G = 7.67%
B = 24.39%

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

#C31646 (or 0xC31646) is known color: Cardinal. HEX triplet: C3, 16 and 46. RGB value is (195,22,70). Sum of RGB (Red+Green+Blue) = 195+22+70=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C31646 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31646 is #3CE9B9. Grayscale: #4F4F4F. Windows color (decimal): -3991994 or 4593347. OLE color: 4593347.

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

Color convert

RGB 195 22 70 -
CMYK 0 0.89 0.64 0.24
HSL 343.35º 0.8% 0.43% -
HSV(B) 343.35º 0.89% 0.76% -
XYZ 23.9 12.62 6.97 -
YUV 79.2 122.81 210.6 -
System Red Green Blue C M Y K H S L
Decimal 195 22 70 0 0.89 0.64 0.24 343.35 0.8 0.43
Hex C3 16 46 0 59 40 18 157 50 2B
Octal 303 26 106 0 131 100 30 527 120 53
Binary 11000011 10110 1000110 0 1011001 1000000 11000 101010111 1010000 101011

Color Harmonies of #C31646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31646

Black with #C31646

Text Example


Text Example

White with #C31646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31646; }

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

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

background-color css

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

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

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

border-color css

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

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

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