Html Css Color HEX #C32044 Cardinal

📋 copy color: '#C32044'

red 195 ◦ green 32 ◦ blue 68

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

Shades of Cardinal #C32044

Tints of Cardinal #C32044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.05%

R = 66.1%
G = 10.85%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C32044 (or 0xC32044) is known color: Cardinal. HEX triplet: C3, 20 and 44. RGB value is (195,32,68). Sum of RGB (Red+Green+Blue) = 195+32+68=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C32044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32044 is #3CDFBB. Grayscale: #545454. Windows color (decimal): -3989436 or 4464835. OLE color: 4464835.

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

Color convert

RGB 195 32 68 -
CMYK 0 0.84 0.65 0.24
HSL 346.75º 0.72% 0.45% -
HSV(B) 346.75º 0.84% 0.76% -
XYZ 24.07 13.05 6.72 -
YUV 84.84 118.5 206.57 -
System Red Green Blue C M Y K H S L
Decimal 195 32 68 0 0.84 0.65 0.24 346.75 0.72 0.45
Hex C3 20 44 0 54 41 18 15B 48 2D
Octal 303 40 104 0 124 101 30 533 110 55
Binary 11000011 100000 1000100 0 1010100 1000001 11000 101011011 1001000 101101

Color Harmonies of #C32044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32044

Black with #C32044

Text Example


Text Example

White with #C32044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32044; }

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

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

background-color css

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

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

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

border-color css

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

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

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