Html Css Color HEX #C31246 Cardinal

📋 copy color: '#C31246'

red 195 ◦ green 18 ◦ blue 70

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

Shades of Cardinal #C31246

Tints of Cardinal #C31246

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.36%

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

R = 68.9%
G = 6.36%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C31246 (or 0xC31246) is known color: Cardinal. HEX triplet: C3, 12 and 46. RGB value is (195,18,70). Sum of RGB (Red+Green+Blue) = 195+18+70=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C31246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31246 is #3CEDB9. Grayscale: #4C4C4C. Windows color (decimal): -3993018 or 4592323. OLE color: 4592323.

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

Color convert

RGB 195 18 70 -
CMYK 0 0.91 0.64 0.24
HSL 342.37º 0.83% 0.42% -
HSV(B) 342.37º 0.91% 0.76% -
XYZ 23.83 12.48 6.95 -
YUV 76.85 124.14 212.27 -
System Red Green Blue C M Y K H S L
Decimal 195 18 70 0 0.91 0.64 0.24 342.37 0.83 0.42
Hex C3 12 46 0 5B 40 18 156 53 2A
Octal 303 22 106 0 133 100 30 526 123 52
Binary 11000011 10010 1000110 0 1011011 1000000 11000 101010110 1010011 101010

Color Harmonies of #C31246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31246

Black with #C31246

Text Example


Text Example

White with #C31246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31246; }

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

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

background-color css

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

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

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

border-color css

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

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

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