Html Css Color HEX #C31734 Cardinal

📋 copy color: '#C31734'

red 195 ◦ green 23 ◦ blue 52

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

Shades of Cardinal #C31734

Tints of Cardinal #C31734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.26%

R = 72.22%
G = 8.52%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C31734 (or 0xC31734) is known color: Cardinal. HEX triplet: C3, 17 and 34. RGB value is (195,23,52). Sum of RGB (Red+Green+Blue) = 195+23+52=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C31734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31734 is #3CE8CB. Grayscale: #4D4D4D. Windows color (decimal): -3991756 or 3413955. OLE color: 3413955.

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

Color convert

RGB 195 23 52 -
CMYK 0 0.88 0.73 0.24
HSL 349.88º 0.79% 0.43% -
HSV(B) 349.88º 0.88% 0.76% -
XYZ 23.43 12.46 4.42 -
YUV 77.73 113.48 211.64 -
System Red Green Blue C M Y K H S L
Decimal 195 23 52 0 0.88 0.73 0.24 349.88 0.79 0.43
Hex C3 17 34 0 58 49 18 15E 4F 2B
Octal 303 27 64 0 130 111 30 536 117 53
Binary 11000011 10111 110100 0 1011000 1001001 11000 101011110 1001111 101011

Color Harmonies of #C31734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31734

Black with #C31734

Text Example


Text Example

White with #C31734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31734; }

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

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

background-color css

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

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

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

border-color css

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

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

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