Html Css Color HEX #C31748 Cardinal

📋 copy color: '#C31748'

red 195 ◦ green 23 ◦ blue 72

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

Shades of Cardinal #C31748

Tints of Cardinal #C31748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.93%

 BLUE value IS 72 (28.52% from 255) = 24.83%

R = 67.24%
G = 7.93%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C31748 (or 0xC31748) is known color: Cardinal. HEX triplet: C3, 17 and 48. RGB value is (195,23,72). Sum of RGB (Red+Green+Blue) = 195+23+72=290 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.24% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 195 - color contains mainly: red. Hex color #C31748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31748 is #3CE8B7. Grayscale: #4F4F4F. Windows color (decimal): -3991736 or 4724675. OLE color: 4724675.

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

Color convert

RGB 195 23 72 -
CMYK 0 0.88 0.63 0.24
HSL 342.91º 0.79% 0.43% -
HSV(B) 342.91º 0.88% 0.76% -
XYZ 23.98 12.68 7.31 -
YUV 80.01 123.48 210.02 -
System Red Green Blue C M Y K H S L
Decimal 195 23 72 0 0.88 0.63 0.24 342.91 0.79 0.43
Hex C3 17 48 0 58 3F 18 157 4F 2B
Octal 303 27 110 0 130 77 30 527 117 53
Binary 11000011 10111 1001000 0 1011000 111111 11000 101010111 1001111 101011

Color Harmonies of #C31748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31748

Black with #C31748

Text Example


Text Example

White with #C31748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31748; }

 p { color: rgb(195,23,72); }

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

background-color css

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

 a { background-color: rgb(195,23,72); }

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

border-color css

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

 span { border-color: rgb(195,23,72); }

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