Html Css Color HEX #C32631 Cardinal

📋 copy color: '#C32631'

red 195 ◦ green 38 ◦ blue 49

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

Shades of Cardinal #C32631

Tints of Cardinal #C32631

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.48%

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

R = 69.15%
G = 13.48%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C32631 (or 0xC32631) is known color: Cardinal. HEX triplet: C3, 26 and 31. RGB value is (195,38,49). Sum of RGB (Red+Green+Blue) = 195+38+49=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C32631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32631 is #3CD9CE. Grayscale: #565656. Windows color (decimal): -3987919 or 3221187. OLE color: 3221187.

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

Color convert

RGB 195 38 49 -
CMYK 0 0.81 0.75 0.24
HSL 355.8º 0.67% 0.46% -
HSV(B) 355.8º 0.81% 0.76% -
XYZ 23.75 13.21 4.2 -
YUV 86.2 107.01 205.61 -
System Red Green Blue C M Y K H S L
Decimal 195 38 49 0 0.81 0.75 0.24 355.8 0.67 0.46
Hex C3 26 31 0 51 4B 18 164 43 2E
Octal 303 46 61 0 121 113 30 544 103 56
Binary 11000011 100110 110001 0 1010001 1001011 11000 101100100 1000011 101110

Color Harmonies of #C32631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32631

Black with #C32631

Text Example


Text Example

White with #C32631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32631; }

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

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

background-color css

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

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

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

border-color css

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

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

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