Html Css Color HEX #C32639 Cardinal

📋 copy color: '#C32639'

red 195 ◦ green 38 ◦ blue 57

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

Shades of Cardinal #C32639

Tints of Cardinal #C32639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.66%

R = 67.24%
G = 13.1%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C32639 (or 0xC32639) is known color: Cardinal. HEX triplet: C3, 26 and 39. RGB value is (195,38,57). Sum of RGB (Red+Green+Blue) = 195+38+57=290 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.24% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 195 - color contains mainly: red. Hex color #C32639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32639 is #3CD9C6. Grayscale: #575757. Windows color (decimal): -3987911 or 3745475. OLE color: 3745475.

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

Color convert

RGB 195 38 57 -
CMYK 0 0.81 0.71 0.24
HSL 352.74º 0.67% 0.46% -
HSV(B) 352.74º 0.81% 0.76% -
XYZ 23.94 13.28 5.17 -
YUV 87.11 111.01 204.96 -
System Red Green Blue C M Y K H S L
Decimal 195 38 57 0 0.81 0.71 0.24 352.74 0.67 0.46
Hex C3 26 39 0 51 47 18 161 43 2E
Octal 303 46 71 0 121 107 30 541 103 56
Binary 11000011 100110 111001 0 1010001 1000111 11000 101100001 1000011 101110

Color Harmonies of #C32639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32639

Black with #C32639

Text Example


Text Example

White with #C32639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32639; }

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

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

background-color css

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

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

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

border-color css

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

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

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