Html Css Color HEX #C31745 Cardinal

📋 copy color: '#C31745'

red 195 ◦ green 23 ◦ blue 69

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

Shades of Cardinal #C31745

Tints of Cardinal #C31745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.04%

R = 67.94%
G = 8.01%
B = 24.04%

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

#C31745 (or 0xC31745) is known color: Cardinal. HEX triplet: C3, 17 and 45. RGB value is (195,23,69). Sum of RGB (Red+Green+Blue) = 195+23+69=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C31745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31745 is #3CE8BA. Grayscale: #4F4F4F. Windows color (decimal): -3991739 or 4528067. OLE color: 4528067.

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

Color convert

RGB 195 23 69 -
CMYK 0 0.88 0.65 0.24
HSL 343.95º 0.79% 0.43% -
HSV(B) 343.95º 0.88% 0.76% -
XYZ 23.89 12.64 6.81 -
YUV 79.67 121.98 210.26 -
System Red Green Blue C M Y K H S L
Decimal 195 23 69 0 0.88 0.65 0.24 343.95 0.79 0.43
Hex C3 17 45 0 58 41 18 158 4F 2B
Octal 303 27 105 0 130 101 30 530 117 53
Binary 11000011 10111 1000101 0 1011000 1000001 11000 101011000 1001111 101011

Color Harmonies of #C31745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31745

Black with #C31745

Text Example


Text Example

White with #C31745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31745; }

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

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

background-color css

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

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

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

border-color css

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

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

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