Html Css Color HEX #C32635 Cardinal

📋 copy color: '#C32635'

red 195 ◦ green 38 ◦ blue 53

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

Shades of Cardinal #C32635

Tints of Cardinal #C32635

RGB

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

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

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

R = 68.18%
G = 13.29%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C32635 (or 0xC32635) is known color: Cardinal. HEX triplet: C3, 26 and 35. RGB value is (195,38,53). Sum of RGB (Red+Green+Blue) = 195+38+53=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C32635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32635 is #3CD9CA. Grayscale: #565656. Windows color (decimal): -3987915 or 3483331. OLE color: 3483331.

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

Color convert

RGB 195 38 53 -
CMYK 0 0.81 0.73 0.24
HSL 354.27º 0.67% 0.46% -
HSV(B) 354.27º 0.81% 0.76% -
XYZ 23.84 13.25 4.67 -
YUV 86.65 109.01 205.28 -
System Red Green Blue C M Y K H S L
Decimal 195 38 53 0 0.81 0.73 0.24 354.27 0.67 0.46
Hex C3 26 35 0 51 49 18 162 43 2E
Octal 303 46 65 0 121 111 30 542 103 56
Binary 11000011 100110 110101 0 1010001 1001001 11000 101100010 1000011 101110

Color Harmonies of #C32635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32635

Black with #C32635

Text Example


Text Example

White with #C32635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32635; }

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

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

background-color css

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

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

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

border-color css

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

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

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