Html Css Color HEX #C32035 Cardinal

📋 copy color: '#C32035'

red 195 ◦ green 32 ◦ blue 53

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

Shades of Cardinal #C32035

Tints of Cardinal #C32035

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.43%

 BLUE value IS 53 (21.09% from 255) = 18.93%

R = 69.64%
G = 11.43%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C32035 (or 0xC32035) is known color: Cardinal. HEX triplet: C3, 20 and 35. RGB value is (195,32,53). Sum of RGB (Red+Green+Blue) = 195+32+53=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C32035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32035 is #3CDFCA. Grayscale: #535353. Windows color (decimal): -3989451 or 3481795. OLE color: 3481795.

HSL color Cylindrical-coordinate representation of color #C32035: hue angle of 352.27º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C32035 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 32 53 -
CMYK 0 0.84 0.73 0.24
HSL 352.27º 0.72% 0.45% -
HSV(B) 352.27º 0.84% 0.76% -
XYZ 23.66 12.89 4.61 -
YUV 83.13 111 207.79 -
System Red Green Blue C M Y K H S L
Decimal 195 32 53 0 0.84 0.73 0.24 352.27 0.72 0.45
Hex C3 20 35 0 54 49 18 160 48 2D
Octal 303 40 65 0 124 111 30 540 110 55
Binary 11000011 100000 110101 0 1010100 1001001 11000 101100000 1001000 101101

Color Harmonies of #C32035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32035

Black with #C32035

Text Example


Text Example

White with #C32035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32035; }

 p { color: rgb(195,32,53); }

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

background-color css

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

 a { background-color: rgb(195,32,53); }

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

border-color css

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

 span { border-color: rgb(195,32,53); }

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