Html Css Color HEX #C31744 Cardinal

📋 copy color: '#C31744'

red 195 ◦ green 23 ◦ blue 68

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

Shades of Cardinal #C31744

Tints of Cardinal #C31744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.78%

R = 68.18%
G = 8.04%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C31744 (or 0xC31744) is known color: Cardinal. HEX triplet: C3, 17 and 44. RGB value is (195,23,68). Sum of RGB (Red+Green+Blue) = 195+23+68=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C31744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31744 is #3CE8BB. Grayscale: #4F4F4F. Windows color (decimal): -3991740 or 4462531. OLE color: 4462531.

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

Color convert

RGB 195 23 68 -
CMYK 0 0.88 0.65 0.24
HSL 344.3º 0.79% 0.43% -
HSV(B) 344.3º 0.88% 0.76% -
XYZ 23.86 12.63 6.65 -
YUV 79.56 121.48 210.34 -
System Red Green Blue C M Y K H S L
Decimal 195 23 68 0 0.88 0.65 0.24 344.3 0.79 0.43
Hex C3 17 44 0 58 41 18 158 4F 2B
Octal 303 27 104 0 130 101 30 530 117 53
Binary 11000011 10111 1000100 0 1011000 1000001 11000 101011000 1001111 101011

Color Harmonies of #C31744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31744

Black with #C31744

Text Example


Text Example

White with #C31744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31744; }

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

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

background-color css

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

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

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

border-color css

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

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

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