Html Css Color HEX #C32731 Cardinal

📋 copy color: '#C32731'

red 195 ◦ green 39 ◦ blue 49

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

Shades of Cardinal #C32731

Tints of Cardinal #C32731

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.78%

 BLUE value IS 49 (19.53% from 255) = 17.31%

R = 68.9%
G = 13.78%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C32731 (or 0xC32731) is known color: Cardinal. HEX triplet: C3, 27 and 31. RGB value is (195,39,49). Sum of RGB (Red+Green+Blue) = 195+39+49=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C32731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32731 is #3CD8CE. Grayscale: #565656. Windows color (decimal): -3987663 or 3221443. OLE color: 3221443.

HSL color Cylindrical-coordinate representation of color #C32731: hue angle of 356.15º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32731 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 39 49 -
CMYK 0 0.80 0.75 0.24
HSL 356.15º 0.67% 0.46% -
HSV(B) 356.15º 0.8% 0.76% -
XYZ 23.79 13.27 4.21 -
YUV 86.78 106.68 205.19 -
System Red Green Blue C M Y K H S L
Decimal 195 39 49 0 0.80 0.75 0.24 356.15 0.67 0.46
Hex C3 27 31 0 50 4B 18 164 43 2E
Octal 303 47 61 0 120 113 30 544 103 56
Binary 11000011 100111 110001 0 1010000 1001011 11000 101100100 1000011 101110

Color Harmonies of #C32731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32731

Black with #C32731

Text Example


Text Example

White with #C32731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32731; }

 p { color: rgb(195,39,49); }

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

background-color css

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

 a { background-color: rgb(195,39,49); }

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

border-color css

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

 span { border-color: rgb(195,39,49); }

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